From d8f810ee05976702cd94a704a47d0f256a45b261 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 26 Oct 2024 19:14:57 +0200 Subject: [PATCH] simplifying xdg module --- hosts/cnixpad/modules.nix | 1 - hosts/toothpc/modules.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 3b084477..bfbfd46c 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -159,7 +159,6 @@ xdg = { enable = true; xdgOpenUsePortal = true; - extraPortals = [pkgs.xdg-desktop-portal-gtk]; }; }; utils = { diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index e535b63b..1527a464 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -182,7 +182,6 @@ xdg = { enable = true; xdgOpenUsePortal = true; - extraPortals = [pkgs.xdg-desktop-portal-gtk]; }; }; utils = {