flatpak auto-update, new apps
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user