nix(fish): source opam env option

This commit is contained in:
Léana 江 2024-04-06 13:44:29 +02:00 committed by Léana 江
parent 858c41e989
commit d7d55059ce
3 changed files with 13 additions and 6 deletions

View file

@ -60,6 +60,7 @@ let
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; };
};
};