From a4dd426845671ac5865beb15f55e6ce6d23f6618 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Mon, 6 Apr 2026 14:07:52 +0200 Subject: [PATCH] Add flatpack apps --- hosts/nixos/system/partials/flatpak.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/nixos/system/partials/flatpak.nix b/hosts/nixos/system/partials/flatpak.nix index 91b8f51..a2abe40 100644 --- a/hosts/nixos/system/partials/flatpak.nix +++ b/hosts/nixos/system/partials/flatpak.nix @@ -7,7 +7,10 @@ }; services.flatpak.packages = [ - "com.usebottles.bottles" "io.github.flattool.Warehouse" + "org.gnome.Papers" + "org.gnome.Loupe" + "org.gnome.Showtime" + "io.github.alainm23.planify" ]; }