diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index c994110..e46bd83 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -10,11 +10,20 @@ config = lib.mkIf config.crony.flatpak.enable { services.flatpak = { enable = true; + remotes = lib.mkOptionDefault [ + { + name = "flathub-beta"; + location = "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"; + } + ]; packages = [ "com.github.tchx84.Flatseal" - "com.stremio.Stremio" + { + appId = "com.stremio.Stremio"; + origin = "flathub-beta"; + } "org.raspberrypi.rpi-imager" - "com.hypixel.HytaleLauncher" + # "com.hypixel.HytaleLauncher" ]; update.auto = {