gaming: Enable 32-bit font cache
Alan Pearce alan@alanpearce.eu
Tue, 13 Sep 2022 22:05:31 +0200
1 files changed, 1 insertions(+), 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;