feat: enable wlr desktop sharing

main
mandlm 2023-10-23 08:38:46 +02:00
parent 6e018f8396
commit d63f547a17
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@
environment.pathsToLink = [ "/share/zsh" ];
xdg.portal = {
enable = true;
wlr.enable = true;
};
services.openssh = {
enable = true;
settings.X11Forwarding = true;