adding flatpak support

This commit is contained in:
2024-09-01 15:12:26 +02:00
parent 32138b17d7
commit c368538b2e
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{ lib, ... }: {
services.flatpak.enable = true;
services.flatpak.update.auto.enable = false;
services.flatpak.uninstallUnmanaged = false;
services.flatpak.packages = [
#{ appId = "com.brave.Browser"; origin = "flathub"; }
com.calibre_ebook.calibre
com.github.flxzt.rnote
com.github.tchx84.Flatseal
com.spotify.Client
io.podman_desktop.PodmanDesktop
org.pipewire.Helvum
#"com.obsproject.Studio"
#"im.riot.Riot"
];
}