mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +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
|
# Used for aerc
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user}.xdg.enable = true;
|
||||||
home.sessionVariables = {
|
|
||||||
XDG_CONFIG_HOME = "${config.homePath}/.config";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user