add(nix): make fish source completions from some other programs

This commit is contained in:
Léana 江 2024-03-13 20:00:25 +01:00 committed by Léana 江
parent 03cf6580d5
commit 8c82bd9377
3 changed files with 15 additions and 0 deletions

View file

@ -49,6 +49,7 @@
extraLanguageServers.enable = lib.mkOption {default = false;};
universityTools.enable = lib.mkOption {default = false;};
docker.enable = lib.mkOption {default = false;};
fish.extraCompletions = lib.mkOption {default = [];};
};
};