Add fish, chezmoi, set the best editor
This commit is contained in:
parent
1e9077dc0e
commit
eabe5cb36c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue