polybar pipewire

This commit is contained in:
CDaut 2024-04-18 23:37:26 +02:00
parent 049aa645ab
commit 832c3f4e52
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 30 additions and 2 deletions

View file

@ -128,6 +128,7 @@
packageOverrides = pkgs: rec {
polybar = pkgs.polybar.override {
i3Support = true;
pulseSupport = true;
};
};
};