Fixed screen sharing in wayland

This commit is contained in:
Chris Toph 2025-03-31 20:15:01 -04:00
parent dc2e697b14
commit 6df14ed866

View file

@ -8,4 +8,15 @@
wl-clipboard-rs
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 = "*";
};
}