shell: use normal qtile package
This commit is contained in:
parent
66842c8aed
commit
0ab56639ba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue