Fixed screen sharing in wayland

This commit is contained in:
Chris Toph 2025-03-31 20:15:01 -04:00
parent a2c2b26da2
commit 9d6dec5f80

View file

@ -8,4 +8,15 @@
wl-clipboard-rs wl-clipboard-rs
wlr-randr wlr-randr
]; ];
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
];
configPackages = [ pkgs.hyprland ];
config.common.default = "*";
};
} }