config/qtile: refactor widgets and add Wlan widget

This commit is contained in:
Infinidoge 2023-09-14 16:04:20 -04:00
parent 738e384f23
commit e52e08ce2e
2 changed files with 90 additions and 91 deletions

View file

@ -51,6 +51,7 @@ in
}))
xcffib
(cairocffi.override { withXcffib = true; inherit xcffib; })
iwlib
] ++ lib.remove
(cairocffi.override { withXcffib = true; })
(lib.remove pywlroots oldAttrs.propagatedBuildInputs);