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:
# $ nix search wget
environment.systemPackages = with pkgs; [
chezmoi
fish
git
neovim
python3
tmux
wget
];
environment.variables.EDITOR = "nvim";
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.