From fa95a34f687245124c2ff8868b5ff37f5e004206 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 3 Oct 2024 03:39:25 -0500 Subject: [PATCH] refactor(hosts/orion): improve graphical handling of xdg portal --- hosts/orion/modules/graphical.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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;