Merge pull request #64441 from justinwoo/fix-polybar-full
Fix conflicting polybarFull settings
This commit is contained in:
commit
b12c89595d
@ -19444,10 +19444,10 @@ in
|
|||||||
githubSupport = true;
|
githubSupport = true;
|
||||||
mpdSupport = true;
|
mpdSupport = true;
|
||||||
pulseSupport = true;
|
pulseSupport = true;
|
||||||
iwSupport = true;
|
iwSupport = false;
|
||||||
nlSupport = true;
|
nlSupport = true;
|
||||||
i3Support = true;
|
i3Support = true;
|
||||||
i3GapsSupport = true;
|
i3GapsSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
ptex = callPackage ../development/libraries/ptex {};
|
ptex = callPackage ../development/libraries/ptex {};
|
||||||
|
Loading…
Reference in New Issue
Block a user