From 7f407c6d9c2fd242e6728bf00835da3c1fb309a4 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 8 Feb 2024 10:10:10 -0500 Subject: [PATCH] Fix colorscheme --- home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index 56113b9..c7fb7cf 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -2,7 +2,7 @@ programs.nixvim = { enable = true; - colorschemes.gruvbox.enable = true; + colorschemes.one.enable = true; plugins = { lightline.enable = true; lsp = {