fixed flathub remote url, added automatic flatpak update schedule

This commit is contained in:
Wyatt J. Miller 2024-09-08 17:10:56 -04:00
parent 5f45489bc2
commit 8868f0b825

View File

@ -3,7 +3,7 @@
remotes = [ remotes = [
{ {
name = "flathub"; name = "flathub";
location = "https://dl.flathub.org/repo/flathub..flatpakrepo"; location = "https://dl.flathub.org/repo/flathub.flatpakrepo";
} }
]; ];
@ -18,5 +18,12 @@
"org.prismlauncher.PrismLauncher" "org.prismlauncher.PrismLauncher"
"sh.cider.Cider" "sh.cider.Cider"
]; ];
update = {
auto = {
enable = true;
onCalendar = "weekly";
};
};
}; };
} }