diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 373b003..b0d8da5 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -3,6 +3,11 @@ let ifSudo = lib.mkIf config.security.sudo.enable; in { + programs = { + fish.enable = true; + zsh.enable = true; + }; + environment.shellAliases = { # quick cd "..." = "cd ../..";