From 490f5fc5851bbed95a491b38e57890840ca64296 Mon Sep 17 00:00:00 2001 From: Ryan Orendorff Date: Mon, 23 Sep 2019 22:07:51 -0700 Subject: [PATCH] fish: remove completions They are not currently handled in the code, hence they are removed for now. --- modules/programs/fish.nix | 7 ------- 1 file changed, 7 deletions(-) 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 [{