services.xserver.windowManager.qtile.extraPackages

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

Type
function that evaluates to a(n) list of package
Default
python3Packages: with python3Packages; [];
Example
python3Packages: with python3Packages; [
  qtile-extras
];
Declared
<nixpkgs/nixos/modules/services/x11/window-managers/qtile.nix>