aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-05 20:53:14 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-05 21:10:04 -0400
commit6a7337ab1ce0b1e5bf89600d157c315709907781 (patch)
tree6d4a92549865ddc40029aca7d80569a5a584d1b2 /modules/global.nix
parent87d63b49da0c14c8cbee1cf7c08736047d268129 (diff)
downloadhome-6a7337ab1ce0b1e5bf89600d157c315709907781.tar.gz
modules/email: init
Diffstat (limited to 'modules/global.nix')
-rw-r--r--modules/global.nix1
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;