Merge pull request #64441 from justinwoo/fix-polybar-full

Fix conflicting polybarFull settings
This commit is contained in:
Thomas Tuegel
2019-07-24 06:26:50 -05:00
committed by GitHub
+2 -2
View File
@@ -19444,10 +19444,10 @@ in
githubSupport = true;
mpdSupport = true;
pulseSupport = true;
iwSupport = true;
iwSupport = false;
nlSupport = true;
i3Support = true;
i3GapsSupport = true;
i3GapsSupport = false;
};
ptex = callPackage ../development/libraries/ptex {};