add polybarFull to all-packages

This commit is contained in:
justinwoo 2019-06-16 11:37:26 +02:00
parent c7a4a0c852
commit d99a284fd6

View file

@ -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 {};