diff options
-rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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/"; |