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:
@@ -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
|
||||
|
||||
@@ -81,6 +81,9 @@
|
||||
plugins = [ "git" ];
|
||||
theme = "eastwood";
|
||||
};
|
||||
initExtra = ''
|
||||
neofetch
|
||||
'';
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage starship
|
||||
|
||||
Reference in New Issue
Block a user