mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 04:39:40 +00:00
Define XDG_RUNTIME_DIR
This commit is contained in:
parent
3ada18683e
commit
4820aeb606
|
@ -11,4 +11,9 @@
|
||||||
dataHome = "${config.home.homeDirectory}/.local/share";
|
dataHome = "${config.home.homeDirectory}/.local/share";
|
||||||
stateHome = "${config.home.homeDirectory}/.local/state";
|
stateHome = "${config.home.homeDirectory}/.local/state";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Set XDG_RUNTIME_DIR manually (not supported via xdg configuration)
|
||||||
|
home.sessionVariables = {
|
||||||
|
"XDG_RUNTIME_DIR" = "/run/user/$UID";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue