AppImage (and in-development Flatpak) VMs complain about this being absent and portals don't work without it, even though Nix VMs work fine. I suppose it's a packaging difference. Signed-off-by: Alyssa Ross <hi@alyssa.is> --- v2: no change v1: https://spectrum-os.org/lists/archives/spectrum-devel/20251201044534.977524-... img/app/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/img/app/default.nix b/img/app/default.nix index 6490ac2..1eb3c9b 100644 --- a/img/app/default.nix +++ b/img/app/default.nix @@ -65,6 +65,7 @@ let pkgs.cacert pkgs.dejavu_fonts pkgs.execline + pkgs.fuse3 pkgs.kmod pkgs.mdevd pkgs.pipewire base-commit: a6d872aea26311a590e90dc08d59105a2165d80b -- 2.51.0