chore: add hyprland to the default portals

This commit is contained in:
oddlama 2024-06-20 17:46:52 +02:00
parent c5a4bfa5f2
commit 76feb121e2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -46,7 +46,7 @@ in
enable = true;
xdgOpenUsePortal = true;
config.common = {
default = ["gtk"];
default = ["gtk" "hyprland"];
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
"org.freedesktop.impl.portal.ScreenCast" = ["hyprland"];
"org.freedesktop.impl.portal.Screenshot" = ["hyprland"];
@ -54,7 +54,6 @@ in
};
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-gtk
];
};