playing with gtk theme package

This commit is contained in:
Noah Masur
2022-05-14 17:36:38 -04:00
parent e3d9fe083c
commit c75bffa0dc
5 changed files with 23 additions and 6 deletions

View File

@ -37,7 +37,10 @@
getmail = { };
himalaya = {
enable = true;
settings = { downloads-dir = config.userDirs.download; };
settings = {
downloads-dir = config.userDirs.download;
smtp-insecure = true;
};
};
imap = {
host = serverHostname;