xdg: add XDG_CACHE_HOME sessionVariable
This commit is contained in:
parent
18bd47373d
commit
0269d712f9
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@
|
||||||
text_editor = "helix.desktop";
|
text_editor = "helix.desktop";
|
||||||
terminal = "foot.desktop";
|
terminal = "foot.desktop";
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables = {TERMINAL = "${terminal}";};
|
environment.sessionVariables = {
|
||||||
|
TERMINAL = "${terminal}";
|
||||||
|
XDG_CACHE_HOME = hmCfg.xdg.cacheHome;
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
xdg = {
|
xdg = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue