10 lines
149 B
Nix
10 lines
149 B
Nix
{pkgs, ...}: {
|
|
plugins = {
|
|
lualine.enable = true;
|
|
};
|
|
colorschemes.catppuccin = {
|
|
enable = true;
|
|
settings.flavor = "frappe";
|
|
};
|
|
}
|