feat: enable screensharing in hyprland

This commit is contained in:
oddlama 2024-06-05 00:51:56 +02:00
parent e0f0268dc0
commit c15908f0c9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 12 additions and 1 deletions

View file

@ -52,7 +52,10 @@ in
"gnome-keyring"
];
};
extraPortals = [pkgs.xdg-desktop-portal-gtk];
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
};
stylix = {