diff --git a/home-manager/common/software/cli/nixvim-base.nix b/home-manager/common/software/cli/nixvim-base.nix index ece97090..915a8925 100644 --- a/home-manager/common/software/cli/nixvim-base.nix +++ b/home-manager/common/software/cli/nixvim-base.nix @@ -229,6 +229,7 @@ everforest onehalf rose-pine + melange-nvim ]; }; } diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index f6d6be0a..2e057e22 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -24,7 +24,7 @@ }; }; }; - nixd.enable = true; + nil_ls.enable = true; html.enable = true; cssls.enable = true; bashls.enable = true;