Files
system-config/home-manager/features/haskell.nix
2025-02-10 19:55:52 -08:00

7 lines
63 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
ghc
];
}