feat: add haskell to develop profile
This commit is contained in:
parent
bb44297790
commit
3579ba2ea7
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue