1
0
Fork 0
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:
Emily 2023-08-05 21:36:54 +01:00
parent d3529322dc
commit e65825ca9e

View file

@ -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.