mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +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:
parent
dab40e081a
commit
84d7fc9892
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user