diff --git a/base-config.nix b/base-config.nix index 36d9e84..05a2bab 100644 --- a/base-config.nix +++ b/base-config.nix @@ -104,6 +104,7 @@ neofetch neovim retroarchFull + rustup spotify ]; }; @@ -115,6 +116,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + btrfs-progs git nerdfonts vim diff --git a/wes-home.nix b/wes-home.nix index 4102607..abe11a2 100644 --- a/wes-home.nix +++ b/wes-home.nix @@ -81,6 +81,9 @@ plugins = [ "git" ]; theme = "eastwood"; }; + initExtra = '' + neofetch + ''; }; # Let Home Manager install and manage starship