nichts/modules/editors/nvf/plugins/settings/theme.nix

11 lines
171 B
Nix
Raw Normal View History

2024-07-22 01:20:41 +02:00
_: {
2024-07-06 15:15:37 +02:00
programs.neovim-flake.settings.vim = {
theme = {
enable = true;
name = "catppuccin";
style = "mocha";
transparent = true;
};
};
}