env vars
This commit is contained in:
@@ -14,8 +14,10 @@ in
|
|||||||
};
|
};
|
||||||
enableProxy = true;
|
enableProxy = true;
|
||||||
enableContainers = true;
|
enableContainers = true;
|
||||||
apps.dictionaries.enable = true;
|
apps.dictionaries = {
|
||||||
apps.dictionaries.users = "jawz";
|
enable = true;
|
||||||
|
users = "jawz";
|
||||||
|
};
|
||||||
shell = enableList mkEnabledWithUsers [
|
shell = enableList mkEnabledWithUsers [
|
||||||
"multimedia"
|
"multimedia"
|
||||||
"tools"
|
"tools"
|
||||||
|
|||||||
@@ -136,6 +136,8 @@ in
|
|||||||
"_JAVA_OPTIONS" = "-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java";
|
"_JAVA_OPTIONS" = "-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java";
|
||||||
ORG_DEVICE = "workstation";
|
ORG_DEVICE = "workstation";
|
||||||
PATH = [ "\${HOME}/.local/bin" ];
|
PATH = [ "\${HOME}/.local/bin" ];
|
||||||
|
GTK2_RC_FILES = "${XDG_CONFIG_HOME}/gtk-2.0/gtkrc";
|
||||||
|
CODEX_HOME = "${XDG_CONFIG_HOME}/codex";
|
||||||
};
|
};
|
||||||
getNixosHosts =
|
getNixosHosts =
|
||||||
ips: hostName: lib:
|
ips: hostName: lib:
|
||||||
|
|||||||
Reference in New Issue
Block a user