more darwin cleanup

This commit is contained in:
Noah Masur
2022-06-19 23:44:29 -04:00
parent a8f497e226
commit e22a4f3df2
18 changed files with 116 additions and 103 deletions

View File

@ -39,7 +39,7 @@
himalaya = {
enable = true;
settings = {
downloads-dir = if pkgs.stdenv.isDarwin then "$HOME/Downloads" else config.userDirs.download;
downloads-dir = config.userDirs.download;
smtp-insecure = true;
};
};