1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #679 from dbaynard/patch-1

Document font overriding behaviour
This commit is contained in:
Daiderd Jordan 2023-06-20 21:38:47 +02:00 committed by GitHub
commit 681c152eea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,12 @@ in
type = types.listOf types.path;
default = [ ];
example = literalExpression "[ pkgs.dejavu_fonts ]";
description = "List of fonts to install.";
description = ''
List of fonts to install.
Fonts present in later entries override those with the same filenames
in previous ones.
'';
};
};