diff options
Diffstat (limited to 'overlays/quickshell/default.nix')
| -rw-r--r-- | overlays/quickshell/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 3 | quickshell = prev.quickshell.overrideAttrs (oldAttrs: { | 3 | quickshell = prev.quickshell.overrideAttrs (oldAttrs: { |
| 4 | inherit (sources.quickshell) version src; | 4 | inherit (sources.quickshell) version src; |
| 5 | 5 | ||
| 6 | buildInputs = (oldAttrs.buildInputs or []) ++ [ final.polkit.dev ]; | ||
| 7 | |||
| 6 | patches = (oldAttrs.patches or []) ++ [ | 8 | patches = (oldAttrs.patches or []) ++ [ |
| 7 | ./greetd-response.patch | ||
| 8 | ./lock-state-changed.patch | 9 | ./lock-state-changed.patch |
| 9 | ./pipewire.patch | 10 | ./pipewire.patch |
| 10 | ./io.patch | 11 | ./io.patch |
