From d989dca574d0b5c457afe2153bd1971e4d15e8a1 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 26 Feb 2025 23:04:32 +0100 Subject: [PATCH] add dotfiles/bin to path --- home/cli.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index a516d58..167e470 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -39,4 +39,6 @@ }; xdg.configFile."git".source = "${config.dotfiles.path}/.config/git"; + + home.sessionPath = [ "${config.dotfiles.path}/bin" ]; }