[Haskell] Adds haskell

This commit is contained in:
2025-02-10 19:55:52 -08:00
parent 75e962f8bf
commit bc63a8952f
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
ghc
];
}