diff --git a/systems/modules/gaming.nix b/systems/modules/gaming.nix index 968a62a..ff2caa1 100644 --- a/systems/modules/gaming.nix +++ b/systems/modules/gaming.nix @@ -6,4 +6,8 @@ steam.remotePlay.openFirewall = true; steam.localNetworkGameTransfers.openFirewall = true; }; + + environment.systemPackages = [ + pkgs.heroic + ]; }