Add chezmoi, remove some comment cruft.

This commit is contained in:
Eli Ribble 2024-06-25 17:44:48 -07:00
parent 89cc9bc082
commit f21d79e8ec
1 changed files with 1 additions and 2 deletions

View File

@ -98,11 +98,10 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chezmoi
git git
neovim neovim
tmux tmux
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are