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:
|
# 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.
|
||||||
|
|
Loading…
Reference in New Issue