Skip to content

Commit

Permalink
add polybarFull to all-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo committed Jul 7, 2019
1 parent c7a4a0c commit d99a284
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 {};
Expand Down

0 comments on commit d99a284

Please sign in to comment.