summary refs log tree commit diff stats
path: root/system/settings/gaming.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-09-13 22:05:31 +0200
committerAlan Pearce2022-09-13 22:05:31 +0200
commit0b67b042b5ad2512527251c27c6fc4d393660b8d (patch)
treee03c0bac00babb2b8807a2f645d3c4035dd068e0 /system/settings/gaming.nix
parent1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb (diff)
downloadnixfiles-0b67b042b5ad2512527251c27c6fc4d393660b8d.tar.lz
nixfiles-0b67b042b5ad2512527251c27c6fc4d393660b8d.tar.zst
nixfiles-0b67b042b5ad2512527251c27c6fc4d393660b8d.zip
gaming: Enable 32-bit font cache
Diffstat (limited to 'system/settings/gaming.nix')
-rw-r--r--system/settings/gaming.nix1
1 files changed, 1 insertions, 0 deletions
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;