From 7bc7e8dee4fdd3e67cc0cbf6d286a2a30fce2cc6 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 29 Mar 2026 16:22:24 +0200 Subject: [PATCH] feat: use regular stremio not beta. --- modules/linux/home-manager/flatpak.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index 57607e5..9181945 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -18,10 +18,7 @@ ]; packages = [ "com.github.tchx84.Flatseal" - { - appId = "com.stremio.Stremio"; - origin = "flathub-beta"; - } + "com.stremio.Stremio" "org.raspberrypi.rpi-imager" ];