diff --git a/flake.nix b/flake.nix index 8348f2e..c38da70 100644 --- a/flake.nix +++ b/flake.nix @@ -132,6 +132,10 @@ suites = with profiles; rec { base = [ core users.root users.infinidoge ]; graphic = base ++ [ graphical.qtile ]; + + develop = nixos.lib.lists.flatten [ + (with profiles.develop.programming; [ python racket ]) + ]; }; test = self.lib; };