nixos/pkgs/nixvim/ui/colorschemes.nix

9 lines
88 B
Nix
Raw Normal View History

2025-07-13 06:04:55 +08:00
{ ... }:
{
colorschemes.gruvbox = {
enable = true;
settings = {
};
};
}