1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/misc/fontconfig/default-rendering.nix
2025-08-05 14:05:43 -05:00

7 lines
145 B
Nix

{
fonts.fontconfig.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/fontconfig/conf.d/10-hm-rendering.conf
'';
}