From ec1f3cc000bb18e34f208c79655184043fe208d5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 13 Jan 2024 21:06:59 +0100 Subject: Home: Add cargo bin to session path --- hosts/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index ebe7318..afee3af 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -374,6 +374,10 @@ "./Images/Wallpapers".source = inputs.wallpapers; }; + home.sessionPath = [ + "/home/${user}/.cargo/bin" + ]; + # For disabling the automatic creation of $HOME/Desktop xdg.userDirs.desktop = "$HOME/"; -- cgit 1.4.1