nixos/pkgs/nixvim/ui/colorschemes.nix

8 lines
88 B
Nix

{ ... }:
{
colorschemes.gruvbox = {
enable = true;
settings = {
};
};
}