2026-02-03 13:07:02 +02:00
|
|
|
{ lib, ... }:
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
services.flatpak = {
|
|
|
|
|
enable = true;
|
|
|
|
|
remotes = [
|
|
|
|
|
{
|
|
|
|
|
name = "flathub";
|
|
|
|
|
location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
name = "flathub-beta";
|
|
|
|
|
location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
|
|
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
update.auto = {
|
|
|
|
|
enable = true;
|
|
|
|
|
onCalendar = "daily";
|
|
|
|
|
};
|
|
|
|
|
packages = [
|
|
|
|
|
"com.github.tchx84.Flatseal"
|
|
|
|
|
"io.github.kolunmi.Bazaar"
|
2026-02-03 17:58:54 +02:00
|
|
|
"io.missioncenter.MissionCenter"
|
2026-02-03 13:07:02 +02:00
|
|
|
];
|
|
|
|
|
};
|
|
|
|
|
}
|