Replace neofetch with fastfetch
Remove xkb options
This commit is contained in:
parent
8dbb42f0ac
commit
c81abbd949
1 changed files with 1 additions and 6 deletions
|
@ -38,11 +38,6 @@
|
|||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
|
@ -57,7 +52,6 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neofetch
|
||||
wget
|
||||
git
|
||||
btop
|
||||
|
@ -81,6 +75,7 @@
|
|||
libva-utils
|
||||
jq
|
||||
tmux
|
||||
fastfetch
|
||||
];
|
||||
|
||||
boot = lib.mkIf (! machine.isRaspberryPi) {
|
||||
|
|
Loading…
Reference in a new issue