flatpak auto-update, new apps

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-08 17:47:11 +03:00
parent d53f48e628
commit 419d56cf58

View File

@ -5,6 +5,10 @@
services.flatpak = { services.flatpak = {
enable = true; enable = true;
uninstallUnmanaged = true; uninstallUnmanaged = true;
update.auto = {
enable = true;
onCalendar = "weekly";
};
remotes = [ remotes = [
{ {
name = "flathub"; name = "flathub";
@ -30,7 +34,7 @@
"com.usebottles.bottles" "com.usebottles.bottles"
"de.capypara.FieldMonitor" "de.capypara.FieldMonitor"
"de.haeckerfelix.Fragments" "de.haeckerfelix.Fragments"
"org.qbittorrent.qBittorrent" "org.nicotine_plus.Nicotine"
# chatting # chatting
"im.riot.Riot" "im.riot.Riot"
@ -41,13 +45,12 @@
"io.github.kukuruzka165.materialgram" "io.github.kukuruzka165.materialgram"
# media # media
"io.bassi.Amberol"
"io.freetubeapp.FreeTube" "io.freetubeapp.FreeTube"
# "io.mpv.Mpv" #music
#"io.github.celluloid_player.Celluloid" "io.bassi.Amberol"
"org.atheme.audacious"
# gaming # gaming
#"com.github._0negal.Viper"
"com.heroicgameslauncher.hgl" "com.heroicgameslauncher.hgl"
"com.valvesoftware.Steam" "com.valvesoftware.Steam"
"net.lutris.Lutris" "net.lutris.Lutris"