mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 a new issue