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', ... }: {
|
perSystem = { pkgs, inputs', ... }: {
|
||||||
devshells.default =
|
devshells.default =
|
||||||
let
|
let
|
||||||
pythonEnv = (pkgs.python311.withPackages (p: with p; [
|
pythonEnv = (pkgs.python3.withPackages (p: with p; [
|
||||||
pkgs.qtile.passthru.unwrapped
|
qtile
|
||||||
]));
|
]));
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue