config/users/natalie/vim.nix

10 lines
99 B
Nix
Raw Normal View History

2025-05-12 15:19:01 -07:00
{ ... }:
{
vim = {
theme = {
name = "catppuccin";
style = "mocha";
};
};
}