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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user