add all nerd-fonts, very useful for testing, too
This commit is contained in:
parent
329ebfff83
commit
442f631124
1 changed files with 4 additions and 1 deletions
|
@ -515,7 +515,10 @@ in
|
||||||
monocraft
|
monocraft
|
||||||
recursive
|
recursive
|
||||||
spleen
|
spleen
|
||||||
];
|
]
|
||||||
|
|
||||||
|
# add all nerd-fonts, very useful for testing, too
|
||||||
|
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||||
|
|
||||||
# proper default config for fonts
|
# proper default config for fonts
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue