onedark: init colorscheme

This commit is contained in:
Pedro Alves 2021-03-17 22:44:10 +00:00
parent 3b02d7ff06
commit 3ddf463771
3 changed files with 21 additions and 1 deletions

View file

@ -35,7 +35,7 @@
programs.nixvim = {
enable = true;
package = pkgs.neovim-nightly;
colorschemes.gruvbox = {
colorschemes.onedark = {
enable = true;
};