diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index be4e21a..27095b0 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -81,6 +81,7 @@ with final.pkgs.lib; let in { nvim-pkg = mkNeovim { plugins = all-plugins; + appName = "nvim"; inherit extraPackages; };