diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-01-11 20:45:03 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-01-12 05:41:19 -0600 |
| commit | b20969dab293cb354733b4d12261a2b1a699a1c8 (patch) | |
| tree | 9f70ee25e785003b435d89e2fc293a2845029adc /home/environ.nix | |
| parent | fa34a1c0495cafffa38837e32efb3b7e4693d590 (diff) | |
home/mail: enable mutt
Diffstat (limited to 'home/environ.nix')
| -rw-r--r-- | home/environ.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/environ.nix b/home/environ.nix index b12093e..f121b2b 100644 --- a/home/environ.nix +++ b/home/environ.nix @@ -1,5 +1,9 @@ { config, lib, pkgs, ... }: with lib; { + imports = [ + ./mail.nix + ]; + config = { xdg.enable = true; |
