nixos: fix sway on xdg.portal.wlr screensharing
This commit is contained in:
parent
5786aded9d
commit
1caa0314e1
|
@ -33,6 +33,14 @@
|
|||
slurp
|
||||
];
|
||||
};
|
||||
xdg.portal.wlr = {
|
||||
enable = true;
|
||||
settings.screencast = {
|
||||
chooser_type = "simple";
|
||||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or";
|
||||
};
|
||||
};
|
||||
|
||||
# done my sway:
|
||||
# security.pam.services.swaylock = {};
|
||||
# hardware.opengl.enable = true;
|
||||
|
|
Loading…
Reference in New Issue