diff --git a/users/profiles/shells/all.nix b/users/profiles/shells/all.nix index cbad936..53721df 100644 --- a/users/profiles/shells/all.nix +++ b/users/profiles/shells/all.nix @@ -2,7 +2,7 @@ imports = [ ./bash.nix ./fish.nix - ./zsh.nix # ./nushell.nix + ./zsh.nix ]; }