From 0b67b042b5ad2512527251c27c6fc4d393660b8d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 13 Sep 2022 22:05:31 +0200 Subject: gaming: Enable 32-bit font cache --- system/settings/gaming.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 09c7e535..88a6d7a5 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -15,6 +15,7 @@ }; }; }; + fonts.fontconfig.cache32Bit = true; hardware.steam-hardware.enable = true; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; -- cgit 1.4.1