feat: setup flathub beta

This commit is contained in:
CronyAkatsuki 2026-03-06 11:26:22 +01:00
parent 6d1245843d
commit 41d49d13f1

View file

@ -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 = {