Add the fish shell and Python
Now we have proper tmux, once you use chezmoi to actually configure tmux correctly.
This commit is contained in:
parent
7e84c8b6c8
commit
34491dc303
|
@ -103,7 +103,9 @@
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
chezmoi
|
chezmoi
|
||||||
|
fish
|
||||||
git
|
git
|
||||||
|
python3
|
||||||
neovim
|
neovim
|
||||||
tmux
|
tmux
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue