nichts/modules/editors/nvf/plugins/settings/theme.nix
2024-07-22 01:20:41 +02:00

10 lines
171 B
Nix

_: {
programs.neovim-flake.settings.vim = {
theme = {
enable = true;
name = "catppuccin";
style = "mocha";
transparent = true;
};
};
}