mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
fish: add default for babelfishPackage
This option should probably be dropped but I'd prefer to batch that with using Babelfish by default (or unconditionally, as Home Manager does) so as to avoid multiple independent breaking changes. Fixes: #632
This commit is contained in:
parent
d3529322dc
commit
e65825ca9e
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ in
|
|||
|
||||
babelfishPackage = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.babelfish;
|
||||
description = lib.mdDoc ''
|
||||
The babelfish package to use when useBabelfish is
|
||||
set to true.
|
||||
|
|
Loading…
Add table
Reference in a new issue