Fixed screen sharing in wayland
This commit is contained in:
parent
a2c2b26da2
commit
9d6dec5f80
1 changed files with 11 additions and 0 deletions
|
@ -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 = "*";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue