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