summaryrefslogtreecommitdiffstats
path: root/modules/plugins/git/hunk-nvim/default.nix
blob: 72ce88a02f7139d53c91d7abe575984bc9677462 (plain)
1
2
3
4
5
6
{
  imports = [
    ./hunk-nvim.nix
    ./config.nix
  ];
}