feat(home): put ~/.local/bin on PATH

This commit is contained in:
2026-07-08 10:49:45 +02:00
parent f9c3dad584
commit e6d96725ad
+4
View File
@@ -73,6 +73,10 @@ in
{ {
imports = [ ./gpg.nix ./media.nix ]; imports = [ ./gpg.nix ./media.nix ];
# Put ~/.local/bin (the XDG user-bin dir) on PATH so hand-dropped scripts run
# by name without wiring each through nix.
home.sessionPath = [ "${config.home.homeDirectory}/.local/bin" ];
home.sessionVariables = { home.sessionVariables = {
TERMINAL = terminal; TERMINAL = terminal;
BROWSER = browser; BROWSER = browser;