feat(neomutt): Add initial non-secret configuration

Adds the config that I use for a lot of the non-secret or personally
identifying parts of neomutt. Lacks a lot of important bits like
actually doing anything with the emails; but at least a lot of the
graphical stuff is pretty now and saved in git.
This commit is contained in:
stitchy 2025-03-21 06:16:15 +00:00
parent 341db7911e
commit 22dbb128c0
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
5 changed files with 308 additions and 0 deletions

View file

@ -101,6 +101,13 @@ in
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/hypr";
recursive = true;
};
"mutt" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/mutt";
recursive = true;
};
"mutt_oauth2.py" = {
source = "${pkgs.neomutt}/share/neomutt/oauth2/mutt_oauth2.py";
};
"swaylock" = {
source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/swaylock";
recursive = true;