From 233f95153ef2cb520ff9770366252d1f63d641c6 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sat, 8 Apr 2023 19:44:52 +0200 Subject: [PATCH] [Desktop/Plasma] Remove explicitely added GTK backend for xdg-desktop-portal Caused issues with Plasma desktop, and better to leave NixOS do it. --- desktop/plasma.nix | 3 --- 1 file changed, 3 deletions(-) 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 - ]; }; };