From 2fdbc95bd0ccd9f3e81f07ac6c38fd97bd601d5d Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 19 Dec 2025 15:36:14 +0100 Subject: [PATCH] feat(flatpak): setup raspberry imager utility. --- modules/linux/home-manager/flatpak.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/home-manager/flatpak.nix b/modules/linux/home-manager/flatpak.nix index 6fd338c..bbd3fad 100644 --- a/modules/linux/home-manager/flatpak.nix +++ b/modules/linux/home-manager/flatpak.nix @@ -13,6 +13,7 @@ packages = [ "com.github.tchx84.Flatseal" "com.stremio.Stremio" + "org.raspberrypi.rpi-imager" ]; update.auto = {