From a3deeabc6609551fff36adaf0a7314caab5c92e7 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 10 Feb 2023 15:47:33 +0100 Subject: Hosts: Add $HOME/.local/bin to path --- hosts/configuration.nix | 6 ++---- 1 file 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; [ -- cgit 1.4.1