diff options
| author | Arjan Schrijver <github@anymore.nl> | 2023-03-08 22:06:51 +0100 |
|---|---|---|
| committer | Lily Foster <lily@lily.flowers> | 2023-03-27 20:47:12 -0400 |
| commit | d2e8fce9daf96c5c17b14c9bbe1f49366b77bdc5 (patch) | |
| tree | 846f520dba2f411a9ab6b56da7ffd49ab5b303b6 | |
| parent | Merge pull request #223391 from NixOS/backport-222898-to-release-22.11 (diff) | |
| download | nixpkgs-d2e8fce9daf96c5c17b14c9bbe1f49366b77bdc5.tar.gz | |
qtile: fix pulsevolume widget
(cherry picked from commit fae831109185e5a2d0d78f1c7c62b36185b0657e)
| -rw-r--r-- | pkgs/applications/window-managers/qtile/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/qtile/default.nix b/pkgs/applications/window-managers/qtile/default.nix index 1279397cccc2..71c7a63671c6 100644 --- a/pkgs/applications/window-managers/qtile/default.nix +++ b/pkgs/applications/window-managers/qtile/default.nix @@ -11,6 +11,7 @@ , wayland , wlroots , xcbutilcursor +, pulseaudio }: let @@ -60,6 +61,7 @@ let pywayland pywlroots xkbcommon + pulseaudio ]; buildInputs = [ |
