diff --git a/desktop/plasma.nix b/desktop/plasma.nix index cb4ba0e..d4e5492 100644 --- a/desktop/plasma.nix +++ b/desktop/plasma.nix @@ -59,9 +59,6 @@ in { xdg.portal = { enable = mkDefault true; - extraPortals = with pkgs; [ - xdg-desktop-portal-gtk - ]; }; };