Programs and Home Updates

Added in the following programs:
  - btrfs-progs
  - rustup

Added into our home config to call neofetch when our terminal opens
This commit is contained in:
Wesley Irvin
2023-06-14 14:00:39 -04:00
parent 0387805ec0
commit 2f3d4b7680
2 changed files with 5 additions and 0 deletions

View File

@@ -104,6 +104,7 @@
neofetch neofetch
neovim neovim
retroarchFull retroarchFull
rustup
spotify spotify
]; ];
}; };
@@ -115,6 +116,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
btrfs-progs
git git
nerdfonts nerdfonts
vim vim

View File

@@ -81,6 +81,9 @@
plugins = [ "git" ]; plugins = [ "git" ];
theme = "eastwood"; theme = "eastwood";
}; };
initExtra = ''
neofetch
'';
}; };
# Let Home Manager install and manage starship # Let Home Manager install and manage starship