aboutsummaryrefslogtreecommitdiff
path: root/modules/global.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-06 17:16:55 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-06 17:16:55 -0400
commit442df7a3962662458c8297bc3db313be79462c9b (patch)
treeb33615f9e543823e08272abc3c1bb82fd839ae62 /modules/global.nix
parent6a7337ab1ce0b1e5bf89600d157c315709907781 (diff)
downloadhome-442df7a3962662458c8297bc3db313be79462c9b.tar.gz
modules/aerc: 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 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;