diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index 5565476..adedc50 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -31,6 +31,7 @@ in qutebrowser = { wrapWithNixGL = cfg.notNixOS; }; + zsh.enable = true; }; nixGL = lib.mkIf cfg.notNixOS { |