diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:47:53 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-05-02 09:47:53 -0700 |
commit | 80877ab429df0c84231c0df4131045b1f69bfa25 (patch) | |
tree | 14d96c537d03420b12293f66868454e449bb2509 /nix/hosts | |
parent | i dont know (diff) | |
download | world-80877ab429df0c84231c0df4131045b1f69bfa25.tar.gz |
drop zsh
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/mba/default.nix | 3 | ||||
-rw-r--r-- | nix/hosts/work/default.nix | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/nix/hosts/mba/default.nix b/nix/hosts/mba/default.nix index a9779f8..f8a9771 100644 --- a/nix/hosts/mba/default.nix +++ b/nix/hosts/mba/default.nix @@ -2,10 +2,9 @@ { services.nix-daemon.enable = true; - programs.zsh.enable = true; programs.fish.enable = true; - environment.shells = [ pkgs.fish pkgs.zsh ]; + environment.shells = [ pkgs.fish ]; users.users.fcuny.home = "/Users/fcuny"; users.users.fcuny.shell = pkgs.fish; diff --git a/nix/hosts/work/default.nix b/nix/hosts/work/default.nix index 895d9af..55fae25 100644 --- a/nix/hosts/work/default.nix +++ b/nix/hosts/work/default.nix @@ -2,10 +2,9 @@ { services.nix-daemon.enable = true; - programs.zsh.enable = true; programs.fish.enable = true; - environment.shells = [ pkgs.fish pkgs.zsh ]; + environment.shells = [ pkgs.fish ]; users.users.fcuny.home = "/Users/fcuny"; users.users.fcuny.shell = pkgs.fish; |