Files
system-config/home-manager/features/development/haskell.nix

7 lines
63 B
Nix

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