MyNixOS website logo
option

services.xserver.windowManager.qtile.extraPackages

Extra Python packages available to Qtile. An example would be to include python3Packages.qtile-extras for additional unofficial widgets.

Declarations
Type
function that evaluates to a(n) list of package
Default
python3Packages: with python3Packages; [];
Example
python3Packages: with python3Packages; [
  qtile-extras
];