From f8a9228baa4f68c7639ef703e15f97bf146c53ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 13 Nov 2025 22:45:18 +0100 Subject: ... --- overlays/quickshell/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overlays/quickshell/default.nix') diff --git a/overlays/quickshell/default.nix b/overlays/quickshell/default.nix index c01fac20..7c4a263d 100644 --- a/overlays/quickshell/default.nix +++ b/overlays/quickshell/default.nix @@ -3,8 +3,9 @@ quickshell = prev.quickshell.overrideAttrs (oldAttrs: { inherit (sources.quickshell) version src; + buildInputs = (oldAttrs.buildInputs or []) ++ [ final.polkit.dev ]; + patches = (oldAttrs.patches or []) ++ [ - ./greetd-response.patch ./lock-state-changed.patch ./pipewire.patch ./io.patch -- cgit v1.2.3