fontconfig: add 'configFile.<name>.target' option

This brings `fonts.fontconfig.configFile` in line with `home.file` and
the like.
This commit is contained in:
Benedikt Rips
2026-06-18 14:16:03 -05:00
committed by Austin Horstman
parent 4666af39e9
commit 4ce682641d
2 changed files with 17 additions and 3 deletions
@@ -29,6 +29,10 @@ in
priority = 37;
text = "";
};
target = {
target = "target";
text = "";
};
text.text = sampleText;
source.source = sampleSource;
};
@@ -43,6 +47,8 @@ in
assertFileExists ${fcConfD}/37-hm-priority.conf
assertFileExists ${fcConfD}/target
assertFileExists ${fcConfD}/90-hm-text.conf
assertFileContent ${fcConfD}/90-hm-text.conf \
${builtins.toFile "sample-text-config" sampleText}