diff --git a/flake-modules/packages.nix b/flake-modules/packages.nix index 71959579..8eb4c3b8 100644 --- a/flake-modules/packages.nix +++ b/flake-modules/packages.nix @@ -7,7 +7,7 @@ packages = { default = pkgs.mkShell { buildInputs = with pkgs; [ just ]; }; - nixvim = inputs'.nixvim.legacyPackages.makeNixvimWithModule { + neovim = inputs'.nixvim.legacyPackages.makeNixvimWithModule { inherit pkgs; module = import "${self}/modules/home-manager/coding/neovim/config";