fix: aerc on darwin

switch to using xdg so config is saved in home dir
instead of ~/Library/Preferences/aerc/
This commit is contained in:
Noah Masur 2024-01-12 12:34:04 -05:00
parent dab40e081a
commit 84d7fc9892

View File

@ -10,11 +10,7 @@
};
# Used for aerc
home-manager.users.${config.user} = {
home.sessionVariables = {
XDG_CONFIG_HOME = "${config.homePath}/.config";
};
};
home-manager.users.${config.user}.xdg.enable = true;
};