fish: remove completions

They are not currently handled in the code, hence they are removed for now.
This commit is contained in:
Ryan Orendorff 2019-09-23 22:07:51 -07:00 committed by Robert Helgesson
parent 642bd67126
commit 490f5fc585
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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 [{