Set XDG defaults in sessionVariables
This commit is contained in:
parent
235a678a7c
commit
4be59efb4e
|
@ -10,6 +10,12 @@
|
|||
nameservers = ["9.9.9.9"];
|
||||
};
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
XDG_CONFIG_HOME = "$HOME/.config";
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
XDG_DATA_HOME = "$HOME/.local/share";
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
};
|
||||
systemPackages = with pkgs; [
|
||||
coreutils
|
||||
libsecret
|
||||
|
|
Loading…
Reference in a new issue