diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-05 20:53:14 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-05 21:10:04 -0400 |
| commit | 6a7337ab1ce0b1e5bf89600d157c315709907781 (patch) | |
| tree | 6d4a92549865ddc40029aca7d80569a5a584d1b2 /modules/global.nix | |
| parent | 87d63b49da0c14c8cbee1cf7c08736047d268129 (diff) | |
| download | home-6a7337ab1ce0b1e5bf89600d157c315709907781.tar.gz | |
modules/email: init
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; |