mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #63193 from justinwoo/polybar-i3-pulse
add polybarFull to all-packages
This commit is contained in:
commit
37ee47181d
@ -19310,6 +19310,17 @@ in
|
||||
|
||||
polybar = callPackage ../applications/misc/polybar { };
|
||||
|
||||
polybarFull = callPackage ../applications/misc/polybar {
|
||||
alsaSupport = true;
|
||||
githubSupport = true;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
iwSupport = true;
|
||||
nlSupport = true;
|
||||
i3Support = true;
|
||||
i3GapsSupport = true;
|
||||
};
|
||||
|
||||
ptex = callPackage ../development/libraries/ptex {};
|
||||
|
||||
qtcurve = libsForQt5.callPackage ../misc/themes/qtcurve {};
|
||||
|
Loading…
Reference in New Issue
Block a user