about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/configuration.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index dc05207..5dfbbbc 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -89,12 +89,10 @@
     XDG_DATA_HOME = "\${HOME}/.local/share";
     XDG_STATE_HOME = "\${HOME}/.local/state";
     XDG_DESKTOP_DIR = "\${HOME}/";
-
-    PATH = [
-      "\${XDG_BIN_HOME}"
-    ];
   };
 
+  environment.localBinInPath = true;
+
   # List packages installed in system profile. To search, run:
   # $ nix search wget
   environment.systemPackages = with pkgs; [