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;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
iwSupport = true;
|
||||
iwSupport = false;
|
||||
nlSupport = true;
|
||||
i3Support = true;
|
||||
i3GapsSupport = true;
|
||||
i3GapsSupport = false;
|
||||
};
|
||||
|
||||
ptex = callPackage ../development/libraries/ptex {};
|
||||
|
Loading…
Reference in New Issue
Block a user