Replace neofetch with fastfetch

Remove xkb options
This commit is contained in:
Pim Kunis 2024-06-12 21:35:46 +02:00
parent 8dbb42f0ac
commit c81abbd949

View file

@ -38,11 +38,6 @@
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };
}; };
xserver.xkb = {
layout = "us";
variant = "";
};
}; };
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [
@ -57,7 +52,6 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neofetch
wget wget
git git
btop btop
@ -81,6 +75,7 @@
libva-utils libva-utils
jq jq
tmux tmux
fastfetch
]; ];
boot = lib.mkIf (! machine.isRaspberryPi) { boot = lib.mkIf (! machine.isRaspberryPi) {