mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
fish: remove completions
They are not currently handled in the code, hence they are removed for now.
This commit is contained in:
parent
642bd67126
commit
490f5fc585
1 changed files with 0 additions and 7 deletions
|
@ -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 [{
|
||||
|
|
Loading…
Reference in a new issue