nix: fish: removed sourcing completion hack

This commit is contained in:
Léana 江 2024-04-20 15:11:42 +02:00 committed by Léana 江
parent afc18d1201
commit 43a15030af
3 changed files with 0 additions and 16 deletions

View file

@ -51,7 +51,6 @@ let
extraUtils.enable = lib.mkOption { default = false; };
extraLanguageServers.enable = lib.mkOption { default = false; };
universityTools.enable = lib.mkOption { default = false; };
fish.extraCompletions = lib.mkOption { default = [ ]; };
fish.opamInit = lib.mkOption { default = false; };
git.signCommits = lib.mkOption { default = false; };
};