diff --git a/configuration.nix b/configuration.nix index 391f650..f5f8b1f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,9 @@ in # Enable completions by nix programs.fish.enable = true; + # set neovim as default + programs.neovim.defaultEditor = true; + environment = { shells = [ pkgs.fish ]; variables = {