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

10 lines
149 B
Nix

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