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