diff options
Diffstat (limited to 'common/commandline/zsh.nix')
-rw-r--r-- | common/commandline/zsh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index 8f818dc..79e14c1 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix | |||
@@ -57,8 +57,6 @@ in | |||
57 | ]; | 57 | ]; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | users.defaultUserShell = pkgs.zsh; | ||
61 | |||
62 | home-manager.sharedModules = [ | 60 | home-manager.sharedModules = [ |
63 | ( | 61 | ( |
64 | { config, ... }: | 62 | { config, ... }: |