diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 42a4ccf..312a537 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -9,9 +9,8 @@ viAlias = true; vimAlias = true; clipboard.providers.wl-copy.enable = true; - colorscheme = "dracula"; + colorschemes.dracula.enable = true; extraPlugins = with pkgs.vimPlugins; [ - dracula-vim git-blame-nvim ]; extraPackages = with pkgs; [