flake/users/admin/flatpak.nix

19 lines
892 B
Nix

{ config, pkgs, ... }:
{
services.flatpak.packages = [
"io.github.giantpinkrobots.flatsweep" # Flatsweep
"com.github.tchx84.Flatseal" # Flatseal Flatpak Manager
"org.gtk.Gtk3theme.adw-gtk3" # Gnome Theme
"org.gtk.Gtk3theme.adw-gtk3-dark" # Gnome Theme
"org.localsend.localsend_app" # File/Message Send
"io.missioncenter.MissionCenter" # Mission Center
"com.github.dynobo.normcap" # NormCap
"com.heroicgameslauncher.hgl" # Heroic Games Launcher
"org.libretro.RetroArch" # RetroArch
"net.sourceforge.Ri-li" # Rili Children's Train Game
"net.nokyan.Resources" # System Resource Monitor
"com.github.zocker_160.SyncThingy" # SyncThingy
"io.github.flattool.Warehouse" # Flatpak Warehouse
];
}