summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/cobol.nix
blob: cec0d59928ca0e65015c0028a7aa7864e8b42268 (plain) (blame)
1
2
3
4
{ pkgs, ... }:
{
  home.packages = with pkgs; [ gnu-cobol ];
}