nixos/pkgs/nixvim/ui/colorschemes.nix

8 lines
86 B
Nix
Raw Normal View History

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