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