Skip to content

Commit

Permalink
Merge pull request #679 from dbaynard/patch-1
Browse files Browse the repository at this point in the history
Document font overriding behaviour
  • Loading branch information
LnL7 committed Jun 20, 2023
2 parents 1b57241 + d20ba9b commit 681c152
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/fonts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};
};

Expand Down

0 comments on commit 681c152

Please sign in to comment.