diff --git a/homes/modules/fish.nix b/homes/modules/fish.nix index bf496db..0728abc 100755 --- a/homes/modules/fish.nix +++ b/homes/modules/fish.nix @@ -14,11 +14,11 @@ enable = true; generateCompletions = true; - vendor = { - config.enable = true; - functions.enable = true; - completions.enable = true; - }; + # vendor = { + # config.enable = true; + # functions.enable = true; + # completions.enable = true; + # }; interactiveShellInit = '' # add dotnet completions if it exists (ie we're in a virtual environment)