diff --git a/hosts/modules/gaming.nix b/hosts/modules/gaming.nix index 5aef14e..00a4ffa 100644 --- a/hosts/modules/gaming.nix +++ b/hosts/modules/gaming.nix @@ -31,5 +31,13 @@ "io.mrarm.mcpelauncher" "net.retrodeck.retrodeck" "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08" + rec { + appId = "com.hypixel.HytaleLauncher"; + sha256 = "01307s44bklc1ldcigcn9n4lm8hf8q793v9fv7w4w04xd5zyh4rv"; + bundle = "${pkgs.fetchurl { + url = "https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-latest.flatpak"; + inherit sha256; + }}"; + } ]; }