nixos/pkgs/nixvim/ui/colorschemes.nix

7 lines
86 B
Nix

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