mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #63193 from justinwoo/polybar-i3-pulse
add polybarFull to all-packages
This commit is contained in:
commit
37ee47181d
1 changed files with 11 additions and 0 deletions
|
@ -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 a new issue