Add qtile to the shell.nix file

Required for hacking on the config
This commit is contained in:
Andreas Zweili 2023-09-07 22:04:35 +02:00
parent 51444cfc69
commit ef889f8fb4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pkgs.mkShell {
python310Packages.black
python310Packages.mypy
python310Packages.pylint
qtile
vim
];