diff --git a/flake.nix b/flake.nix index b2ac165..7934b2f 100644 --- a/flake.nix +++ b/flake.nix @@ -207,7 +207,11 @@ graphic = base ++ [ graphical.qtile ]; develop = [ - (with profiles.develop.programming; [ python racket ]) + (with profiles.develop.programming; [ + python + racket + haskell + ]) ]; }; };