diff options
Diffstat (limited to 'hosts/carmel')
-rw-r--r-- | hosts/carmel/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index eaf3185..231aebd 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/home.nix @@ -3,7 +3,7 @@ { my.home = { packages.enable = true; - fish.enable = true; + zsh.enable = true; git.enable = true; go.enable = true; python.enable = true; |