10 lines
171 B
Nix
10 lines
171 B
Nix
_: {
|
|
programs.neovim-flake.settings.vim = {
|
|
theme = {
|
|
enable = true;
|
|
name = "catppuccin";
|
|
style = "mocha";
|
|
transparent = true;
|
|
};
|
|
};
|
|
}
|