Add fish, chezmoi, set the best editor

This commit is contained in:
Eli Ribble 2024-09-24 00:24:37 +00:00
parent 1e9077dc0e
commit eabe5cb36c
1 changed files with 3 additions and 0 deletions

View File

@ -71,12 +71,15 @@
# 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
fish
git git
neovim neovim
python3 python3
tmux tmux
wget wget
]; ];
environment.variables.EDITOR = "nvim";
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.