{ config, pkgs, ... }:
{
home.packages = with pkgs; [
hare
haredoc
haredo
];
programs.neovim.plugins = with pkgs.vimPlugins; [
hare-vim
}