From 9f913767aa4d6f0de4b335a97c01275b620e02b5 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:49:09 -0800 Subject: add ~/.local/bin to the path --- nix/users/fcuny/dev.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix/users/fcuny/dev.nix') diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 4114228..3c74997 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -91,5 +91,8 @@ ]; }; - home.sessionPath = [ config.home.sessionVariables.GOBIN ]; + home.sessionPath = [ + config.home.sessionVariables.GOBIN + "${config.home.homeDirectory}/.local/bin" + ]; } -- cgit v1.2.3