diff --git a/system/shared.nix b/system/shared.nix index 866004a..1b28f88 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -97,7 +97,11 @@ virtualisation.docker.enable = true; - xdg.portal.enable = true; + xdg.portal = { + enable = true; + config.common.default = "*"; + extraPortals = [pkgs.xdg-desktop-portal-gtk]; + }; system.stateVersion = "24.05"; }