This commit is contained in:
4DBug
2026-03-27 08:34:28 -05:00
parent ab4392a661
commit cf6aedc12a
7 changed files with 96 additions and 67 deletions

View File

@@ -1,15 +1,8 @@
{ ... }: {
{ inputs, ... }: {
den.aspects.hytale = {
nixos = { pkgs, ... }: {
services.flatpak.packages = [
{
appId = "com.hytale.Launcher";
sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0=";
bundle = "${pkgs.fetchurl {
url = "https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-latest.flatpak";
sha256 = "sha256-SUxfyovC2umZmsOj5bOTZ8WfGCpnWcz7svOESwNekV0=";
}}";
}
users.users.bug.packages = [
inputs.hytale-launcher.packages.${pkgs.system}.default
];
};
};