diff --git a/lib/shared/modules/bin.nix b/lib/shared/modules/bin.nix
index 3048523a..10aa7fc5 100644
--- a/lib/shared/modules/bin.nix
+++ b/lib/shared/modules/bin.nix
@@ -1,7 +1,7 @@
 { self, ... }: {
-  home.sessionPath = [ "$HOME/.config/bin" ];
+  home.sessionPath = [ "$HOME/bin" ];
 
-  xdg.configFile.bin = {
+  home.file.bin = {
     source = "${self}/bin";
     recursive = true;
   };