1 { pkgs, makeInstalledTest, ... }:
8 xdg.portal.enable = true;
9 xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
10 services.flatpak.enable = true;
11 environment.systemPackages = with pkgs; [ gnupg ostree python3 ];
12 virtualisation.memorySize = 2047;
13 virtualisation.diskSize = 3072;
16 testRunnerFlags = [ "--timeout" "3600" ];