diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index cebc17f4..61c0d849 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -20,13 +20,7 @@ }; xdg = { autostart.enable = true; - portal = { - enable = true; - extraPortals = with pkgs; [ - xdg-desktop-portal - xdg-desktop-portal-gtk - ]; - }; + portal.enable = true; }; hardware.graphics = { enable = true;