add catpppuccin theme

This commit is contained in:
Charlotte 🦝 Delenk 2023-04-13 09:07:31 +01:00
parent f06d946675
commit abe852e732
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -0,0 +1,8 @@
{pkgs, ...}: {
output.plugins = with pkgs.vimPlugins; [catppuccin-nvim];
plugin.setup.catppuccin = {
flavour = "mocha";
transparent_background = true;
};
output.extraConfig = "colorscheme catppuccin";
}