19 lines
610 B
Nix
19 lines
610 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.flatpak.packages = [
|
|
{ appId = "com.github.tchx84.Flatseal"; origin = "flathub"; }
|
|
"org.vinegarhq.Sober"
|
|
"org.vinegarhq.Vinegar"
|
|
{ flatpakref = "https://dl.flathub.org/repo/appstream/org.gimp.GIMP.flatpakref"; sha256 = "1xw8vwpgmyjf5xhh101gqffpwa8x41pysfdl3glx2xv7ydhpc3bj"; }
|
|
"dev.qwery.AddWater"
|
|
"io.github.Foldex.AdwSteamGtk"
|
|
"com.jeffser.Alpaca"
|
|
"com.bambulab.BambuStudio"
|
|
"org.gabmus.gfeeds"
|
|
"org.gnome.Decibels"
|
|
"org.pipewire.Helvum"
|
|
"io.github.giantpinkrobots.flatsweep"
|
|
];
|
|
}
|