config/users/natalie/vim.nix

9 lines
99 B
Nix

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