8 lines
121 B
Nix
8 lines
121 B
Nix
{...}: {
|
|
vim.theme = {
|
|
enable = true;
|
|
name = "catppuccin";
|
|
style = "mocha";
|
|
transparent = true;
|
|
};
|
|
}
|