nvim/plugins/theme.nix
2026-03-22 09:48:53 +01:00

8 lines
121 B
Nix

{...}: {
vim.theme = {
enable = true;
name = "catppuccin";
style = "mocha";
transparent = true;
};
}