Add gruvbox options

This commit is contained in:
Pedro Alves 2021-01-17 22:15:54 +00:00
parent a0fe9e6ca4
commit 32728e5ea9
2 changed files with 129 additions and 1 deletions

View file

@ -33,7 +33,10 @@
programs.nixvim = {
enable = true;
package = pkgs.neovim-nightly;
colorschemes.gruvbox.enable = true;
colorschemes.gruvbox = {
enable = true;
italics = true;
};
options.number = true;