Add heroic game launcher to gaming

This commit is contained in:
2026-01-31 12:05:37 +01:00
parent 4a6b9c67d0
commit 701c8675a4

View File

@@ -6,4 +6,8 @@
steam.remotePlay.openFirewall = true; steam.remotePlay.openFirewall = true;
steam.localNetworkGameTransfers.openFirewall = true; steam.localNetworkGameTransfers.openFirewall = true;
}; };
environment.systemPackages = [
pkgs.heroic
];
} }