mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-01 06:31:04 +01:00
11 lines
165 B
Nix
11 lines
165 B
Nix
{
|
|
home.packages = [
|
|
# Look, no font!
|
|
];
|
|
|
|
fonts.fontconfig.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-path/lib/fontconfig/cache
|
|
'';
|
|
}
|