From af16f1db38b186d563335104867dea3752095ba3 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 3 Jan 2025 15:40:23 -0800 Subject: Add plugin paths to environment --- hosts/common/optional/sound.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 61a5490..61ab23f 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ lib, pkgs, ... }: { environment = { systemPackages = with pkgs; [ @@ -29,7 +29,7 @@ ]; variables = let makePluginPath = format: - (lib.makeSearchPath format [ + (lib.strings.makeSearchPath format [ "$HOME/.nix-profile/lib" "/run/current-system/sw/lib" "/etc/profiles/per-user/$USER/lib" -- cgit v1.2.3