From 419d56cf58212b91692a374488ab7865e9730bf2 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 8 Apr 2025 17:47:11 +0300 Subject: [PATCH] flatpak auto-update, new apps Signed-off-by: unexplrd --- hosts/dunamis/users/user/flatpak.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hosts/dunamis/users/user/flatpak.nix b/hosts/dunamis/users/user/flatpak.nix index f633200..c683c8f 100644 --- a/hosts/dunamis/users/user/flatpak.nix +++ b/hosts/dunamis/users/user/flatpak.nix @@ -5,6 +5,10 @@ services.flatpak = { enable = true; uninstallUnmanaged = true; + update.auto = { + enable = true; + onCalendar = "weekly"; + }; remotes = [ { name = "flathub"; @@ -30,7 +34,7 @@ "com.usebottles.bottles" "de.capypara.FieldMonitor" "de.haeckerfelix.Fragments" - "org.qbittorrent.qBittorrent" + "org.nicotine_plus.Nicotine" # chatting "im.riot.Riot" @@ -41,13 +45,12 @@ "io.github.kukuruzka165.materialgram" # media - "io.bassi.Amberol" "io.freetubeapp.FreeTube" - # "io.mpv.Mpv" - #"io.github.celluloid_player.Celluloid" + #music + "io.bassi.Amberol" + "org.atheme.audacious" # gaming - #"com.github._0negal.Viper" "com.heroicgameslauncher.hgl" "com.valvesoftware.Steam" "net.lutris.Lutris"