i3: use full-fat polybar package

This commit is contained in:
Jez Cope 2023-02-01 16:15:19 +00:00
parent 25033fd030
commit d1ba510cab
1 changed files with 1 additions and 6 deletions

View File

@ -3,12 +3,7 @@
{
services.polybar = {
enable = true;
package = pkgs.polybar.override {
pulseSupport = true;
mpdSupport = true;
i3GapsSupport = true;
iwSupport = true;
};
package = pkgs.polybarFull;
script = ''
polybar main &
polybar secondary &