fix: remove redundant xdg-desktop-portal-hyprland package

This commit is contained in:
Youwen Wu 2024-09-02 12:58:04 -07:00
parent a56551a140
commit 21f3af9aad
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk]; extraPortals = with pkgs; [xdg-desktop-portal-gtk];
}; };
} }