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;
};
};
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) {