add polybarFull to all-packages

This commit is contained in:
justinwoo
2019-07-07 12:47:23 +03:00
parent c7a4a0c852
commit d99a284fd6
+11
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 {};