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:
Eli Ribble 2024-06-25 18:27:56 -07:00
parent 7e84c8b6c8
commit 34491dc303
1 changed files with 2 additions and 0 deletions

View File

@ -103,7 +103,9 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
chezmoi
fish
git
python3
neovim
tmux
];