all repos — nixfiles @ 0b67b042b5ad2512527251c27c6fc4d393660b8d

System and user configuration, managed by nix and home-manager

gaming: Enable 32-bit font cache
Alan Pearce alan@alanpearce.eu
Tue, 13 Sep 2022 22:05:31 +0200
commit

0b67b042b5ad2512527251c27c6fc4d393660b8d

parent

1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/gaming.nixsystem/settings/gaming.nix
@@ -15,6 +15,7 @@ end = "${pkgs.libnotify}/bin/notify-send 'GameMode ended'";       };
     };
   };
+  fonts.fontconfig.cache32Bit = true;
   hardware.steam-hardware.enable = true;
   hardware.opengl.driSupport32Bit = true;
   hardware.pulseaudio.support32Bit = true;