Merge pull request #62606 from Shados/fix-62602
nixos/grub: Add defaultText for font option
This commit is contained in:
commit
22039a182e
@ -360,6 +360,7 @@ in
|
|||||||
font = mkOption {
|
font = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = "${realGrub}/share/grub/unicode.pf2";
|
default = "${realGrub}/share/grub/unicode.pf2";
|
||||||
|
defaultText = ''"''${pkgs.grub2}/share/grub/unicode.pf2"'';
|
||||||
description = ''
|
description = ''
|
||||||
Path to a TrueType, OpenType, or pf2 font to be used by Grub.
|
Path to a TrueType, OpenType, or pf2 font to be used by Grub.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user