From ef889f8fb4cf092835328089e9c84dabde22d27b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 7 Sep 2023 22:04:35 +0200 Subject: [PATCH] Add qtile to the shell.nix file Required for hacking on the config --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index f7cd132..8721cec 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.mkShell { python310Packages.black python310Packages.mypy python310Packages.pylint + qtile vim ];