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 32a68f5..72b29cf 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -45,6 +45,7 @@ in qutebrowser = { wrapWithNixGL = cfg.notNixOS; }; + email.enable = true; zsh.enable = true; tmux.enable = true; fzf.enable = true; |