mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
7 lines
145 B
Nix
7 lines
145 B
Nix
{
|
|
fonts.fontconfig.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/fontconfig/conf.d/10-hm-rendering.conf
|
|
'';
|
|
}
|