fix(steam): Add packages required for some games

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent f7f788c4ed
commit 6214dde82f

View File

@@ -23,7 +23,7 @@ in {
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
gamescopeSession.enable = true; gamescopeSession.enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
mono gtk3 gtk3-x11 libgdiplus zlib mono gtk3 gtk3-x11 libgdiplus zlib nss SDL2
]; ];
}; };