Remove redundant xdg-desktop-portal-gtk

This reverts commit 229de0cfee.
This commit is contained in:
coolneng 2020-12-28 16:07:33 +01:00
parent 229de0cfee
commit dd55d64aef
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -127,7 +127,6 @@ in {
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [ xdg-desktop-portal-wlr ];
};
}