Update, and add ~/prog/scripts to path

This commit is contained in:
langedev 2024-02-16 18:19:19 -08:00
parent 0e90d6522c
commit 38d9744465
2 changed files with 43 additions and 16 deletions

View file

@ -18,12 +18,16 @@
];
# XDG Compliance
xdg.portal.config.common.default = "*";
environment.sessionVariables = rec {
XDG_CONFIG_HOME = "\${HOME}/.config";
XDG_CACHE_HOME = "\${HOME}/.cache";
XDG_STATE_HOME = "\${HOME}/.local/state";
XDG_DATA_HOME = "\${HOME}/.local/share";
XDG_BIN_HOME = "\${HOME}/.local/bin";
PATH = [
"\${HOME}/prog/scripts"
];
};
users.groups = {