diff --git a/home/flatpak.nix b/home/flatpak.nix new file mode 100644 index 0000000..f050a7e --- /dev/null +++ b/home/flatpak.nix @@ -0,0 +1,22 @@ +{...}: { + services.flatpak = { + remotes = [ + { + name = "flathub"; + location = "https://dl.flathub.org/repo/flathub..flatpakrepo"; + } + ]; + + packages = [ + "com.github.tchx84.Flatseal" + "com.slack.Slack" + "dev.goats.xivlauncher" + "info.beyondallreason.bar" + "io.dbeaver.DBeaverCommunity" + "io.openrct.OpenRCT2" + "md.obsidian.Obsidian" + "org.prismlauncher.PrismLauncher" + "sh.cider.Cider" + ]; + }; +}