nixvim/config/plugins.nix
2024-12-13 20:12:14 -07:00

9 lines
122 B
Nix

{pkgs, ...}: {
plugins = {
};
colorschemes.catppuccin = {
enable = true;
settings.flavor = "frappe";
};
}