base-user: userVariables -> variables
This commit is contained in:
parent
54ea93ced4
commit
8051531d77
|
@ -14,7 +14,7 @@
|
||||||
# Make sure virsh runs without root
|
# Make sure virsh runs without root
|
||||||
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
LIBVIRT_DEFAULT_URI = "qemu:///system";
|
||||||
};
|
};
|
||||||
userVariables = {
|
variables = {
|
||||||
XDG_CONFIG_HOME = xdg.configHome;
|
XDG_CONFIG_HOME = xdg.configHome;
|
||||||
XDG_CACHE_HOME = xdg.cacheHome;
|
XDG_CACHE_HOME = xdg.cacheHome;
|
||||||
XDG_DATA_HOME = xdg.dataHome;
|
XDG_DATA_HOME = xdg.dataHome;
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
VUEDX_TELEMETRY = "off";
|
VUEDX_TELEMETRY = "off";
|
||||||
};
|
};
|
||||||
|
|
||||||
envListNames = lib.attrsets.mapAttrsToList (name: value: name) userVariables;
|
envListNames = lib.attrsets.mapAttrsToList (name: value: name) variables;
|
||||||
|
|
||||||
# Here we merge an extra variable into the attrset called FULL_ENV_LIST.
|
# Here we merge an extra variable into the attrset called FULL_ENV_LIST.
|
||||||
# It's a list of the variable names defined above.
|
# It's a list of the variable names defined above.
|
||||||
|
|
Loading…
Reference in a new issue