diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-06 17:16:55 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-06 17:16:55 -0400 |
| commit | 442df7a3962662458c8297bc3db313be79462c9b (patch) | |
| tree | b33615f9e543823e08272abc3c1bb82fd839ae62 /modules/global.nix | |
| parent | 6a7337ab1ce0b1e5bf89600d157c315709907781 (diff) | |
| download | home-442df7a3962662458c8297bc3db313be79462c9b.tar.gz | |
modules/aerc: 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 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; |