[Desktop/Plasma] Remove explicitely added GTK backend for xdg-desktop-portal

Caused issues with Plasma desktop, and better to leave NixOS do it.
This commit is contained in:
Antoine Viallon 2023-04-08 19:44:52 +02:00
parent ecabf22b6d
commit 233f95153e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -59,9 +59,6 @@ in {
xdg.portal = {
enable = mkDefault true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
};
};