mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
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:
@ -10,11 +10,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Used for aerc
|
# Used for aerc
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user}.xdg.enable = true;
|
||||||
home.sessionVariables = {
|
|
||||||
XDG_CONFIG_HOME = "${config.homePath}/.config";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user