services.xserver.windowManager.qtile.extraPackages

NixOS option

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 in: nixos/modules/services/x11/window-managers/qtile.nixView source on NixOS/nixpkgs →