From 815524d513a3d807bd9e0d2e9414e27c05cb2bf2 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 26 Jan 2026 17:40:31 -0300 Subject: [PATCH] add hytale --- hosts/modules/gaming.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + }}"; + } ]; }