This commit is contained in:
Danilo Reyes
2026-02-19 10:07:18 -06:00
parent 46f7d966a1
commit 292ef67e66
2 changed files with 6 additions and 2 deletions

View File

@@ -14,8 +14,10 @@ in
};
enableProxy = true;
enableContainers = true;
apps.dictionaries.enable = true;
apps.dictionaries.users = "jawz";
apps.dictionaries = {
enable = true;
users = "jawz";
};
shell = enableList mkEnabledWithUsers [
"multimedia"
"tools"

View File

@@ -136,6 +136,8 @@ in
"_JAVA_OPTIONS" = "-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java";
ORG_DEVICE = "workstation";
PATH = [ "\${HOME}/.local/bin" ];
GTK2_RC_FILES = "${XDG_CONFIG_HOME}/gtk-2.0/gtkrc";
CODEX_HOME = "${XDG_CONFIG_HOME}/codex";
};
getNixosHosts =
ips: hostName: lib: