Update, and add ~/prog/scripts to path
This commit is contained in:
parent
0e90d6522c
commit
38d9744465
2 changed files with 43 additions and 16 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue