about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/home.nix4
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/";