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 = {