shell: use normal qtile package

This commit is contained in:
Infinidoge 2024-07-13 18:03:50 -04:00
parent 66842c8aed
commit 0ab56639ba
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -4,8 +4,8 @@
perSystem = { pkgs, inputs', ... }: {
devshells.default =
let
pythonEnv = (pkgs.python311.withPackages (p: with p; [
pkgs.qtile.passthru.unwrapped
pythonEnv = (pkgs.python3.withPackages (p: with p; [
qtile
]));
in
{