Remove xdg-desktop-portal-gtk

This commit is contained in:
Victor Mignot 2024-03-23 20:06:50 +01:00
parent a9c49b6928
commit 5d02c10b61
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -15,9 +15,5 @@ in
xdg.portal = mkIf usersHasSway { xdg.portal = mkIf usersHasSway {
enable = true; enable = true;
wlr.enable = true; wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
}; };
} }