diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index e528f500..3cfbfa4b 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -136,13 +136,6 @@ in ''; }; - programs.fish.completions = mkOption { - type = types.attrsOf (fileType (name: body: body)); - default = {}; - description = '' - Completions to add to fish. - ''; - }; }; config = mkIf cfg.enable (mkMerge [{