Remove redundant xdg-desktop-portal-gtk package

This commit is contained in:
coolneng 2022-08-04 14:26:28 +02:00
parent 958119c53e
commit b4424311be
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 1 deletions

View File

@ -93,6 +93,5 @@ with pkgs;
xdg.portal = {
enable = true;
wlr.enable = true;
extraPortals = [ xdg-desktop-portal-gtk ];
};
}