all repos — nixfiles @ 0b67b042b5ad2512527251c27c6fc4d393660b8d

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

gaming: Enable 32-bit font cache

Alan Pearce
commit

0b67b042b5ad2512527251c27c6fc4d393660b8d

parent

1c6342bf7e1ca611d9728b3fb5e0e45cd16538bb

1 file changed, 1 insertion(+), 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;