desktop/wm: add qtile-extras

This commit is contained in:
Infinidoge 2024-09-04 02:13:43 -04:00
parent 2fa38f40dd
commit 24d529ee6b
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
3 changed files with 10 additions and 1 deletions

View file

@ -6,6 +6,7 @@
let
pythonEnv = (pkgs.python3.withPackages (p: with p; [
qtile
qtile-extras
]));
in
{