mirror of
https://github.com/ItsDrike/nixdots
synced 2025-01-26 07:14:34 +00:00
Set XDG_BIN_HOME
This commit is contained in:
parent
d8b1ba8940
commit
1fed7cc513
|
@ -12,9 +12,11 @@
|
||||||
stateHome = "${config.home.homeDirectory}/.local/state";
|
stateHome = "${config.home.homeDirectory}/.local/state";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set XDG_RUNTIME_DIR manually (not supported via xdg configuration)
|
# These are not supported via xdg configuration, set them manually
|
||||||
|
# Defined in /etc/profiles/per-user/$USER/etc/profile.d/hm-session-vars.sh
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
"XDG_RUNTIME_DIR" = "/run/user/$UID";
|
"XDG_RUNTIME_DIR" = "/run/user/$UID";
|
||||||
|
"XDG_BIN_HOME" = "${config.home.homeDirectory}/.local/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
# xdg-ninja is a CLI tool that checks $HOME for unwanted
|
# xdg-ninja is a CLI tool that checks $HOME for unwanted
|
||||||
|
|
Loading…
Reference in a new issue