From b1504b0e84b95fe06224fbc56471fa7ac15e79ac Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 19 Dec 2025 21:26:23 -0600 Subject: update immich-frame and piframe config and headless disable fontconfig refactor --- archetypes/profiles/headless/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archetypes') diff --git a/archetypes/profiles/headless/default.nix b/archetypes/profiles/headless/default.nix index d40e9dd..3441aa4 100644 --- a/archetypes/profiles/headless/default.nix +++ b/archetypes/profiles/headless/default.nix @@ -22,8 +22,10 @@ }; homeConfig = { - home._repos = { - enable = mkHeadless true; + # Disable fontconfig features explicitly to avoid warnings + fonts.fontconfig = { + subpixelRendering = mkHeadless "none"; + hinting = mkHeadless "none"; }; }; in { -- cgit v1.2.3