blob: b00bc2ed40e40597202b06c50c62ac076c652cd7 [file] [log] [blame]
{ pkgs, ... }: {
programs.neovim.plugins = [ pkgs.codeium-vim ];
}