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 packageDefault
python3Packages: with python3Packages; [];
Example
declared in: nixos/modules/services/x11/window-managers/qtile.nixView source on NixOS/nixpkgs →python3Packages: with python3Packages; [ qtile-extras ];