[NixOS] Reenable heroic games

This commit is contained in:
2025-04-25 13:42:13 -06:00
parent 2df1d71367
commit 3ed35fd553

View File

@@ -2,7 +2,7 @@
makeEnable config "myModules.games" false {
environment.systemPackages = with pkgs; [
steam
# heroic
heroic
];
hardware.xone.enable = true;
}