gaming: Enable 32-bit font cache
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M system/settings/gaming.nix → system/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;