diff --git a/hare.nix b/hare.nix new file mode 100644 index 0000000..097c6c6 --- /dev/null +++ b/hare.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: +{ + home.packages = with pkgs; [ + hare + haredoc + haredo + ]; + + programs.neovim.plugins = with pkgs.vimPlugins; [ + hare-vim + ]; +} diff --git a/timberhearth.nix b/timberhearth.nix index 1c3377a..0dac571 100644 --- a/timberhearth.nix +++ b/timberhearth.nix @@ -16,6 +16,7 @@ in ./fzf.nix ./zellij.nix ./jj.nix + ./hare.nix ./packages-min.nix ];