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