From 41d49d13f1cd9015db4e696fe72c795db9ac0ad7 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 6 Mar 2026 11:26:22 +0100 Subject: [PATCH] feat: setup flathub beta --- modules/linux/home-manager/flatpak.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 = {