mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
8 lines
145 B
Nix
8 lines
145 B
Nix
{
|
|
fonts.fontconfig.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/fontconfig/conf.d/10-hm-rendering.conf
|
|
'';
|
|
}
|