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
commit b12c89595d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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