feat: add haskell to develop profile

This commit is contained in:
Infinidoge 2021-10-14 10:14:51 -04:00
parent bb44297790
commit 3579ba2ea7

View file

@ -207,7 +207,11 @@
graphic = base ++ [ graphical.qtile ]; graphic = base ++ [ graphical.qtile ];
develop = [ develop = [
(with profiles.develop.programming; [ python racket ]) (with profiles.develop.programming; [
python
racket
haskell
])
]; ];
}; };
}; };