Set XDG_BIN_HOME

This commit is contained in:
ItsDrike 2024-04-05 00:10:27 +02:00
parent d8b1ba8940
commit 1fed7cc513
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -12,9 +12,11 @@
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 = {
"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