diff --git a/hosts/common/core/shell.nix b/hosts/common/core/shell.nix index 84c93d6..304c12b 100644 --- a/hosts/common/core/shell.nix +++ b/hosts/common/core/shell.nix @@ -84,6 +84,5 @@ }; }; }; - users.defaultUserShell = pkgs.zsh; }; }