feat: setup flathub beta
This commit is contained in:
parent
6d1245843d
commit
41d49d13f1
1 changed files with 11 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue