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 | |
| parent | fa34a1c0495cafffa38837e32efb3b7e4693d590 (diff) | |
home/mail: enable mutt
Diffstat (limited to '')
| -rw-r--r-- | home/environ.nix | 4 | ||||
| -rw-r--r-- | home/mail.nix | 1 |
2 files changed, 5 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; diff --git a/home/mail.nix b/home/mail.nix new file mode 100644 index 0000000..1bb3788 --- /dev/null +++ b/home/mail.nix @@ -0,0 +1 @@ +# This file has been lustrated. |
