feat(home): put ~/.local/bin on PATH
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user