From c81abbd949d50164f51c854aae38dbf81ed594bc Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 12 Jun 2024 21:35:46 +0200 Subject: [PATCH] Replace neofetch with fastfetch Remove xkb options --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 9c794ad..3e76d1a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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) {