fix locking and screen sharing

This commit is contained in:
notgne2 2025-10-16 16:36:27 -07:00
parent e831ca5f0a
commit f02e292b01
No known key found for this signature in database
2 changed files with 40 additions and 18 deletions

View file

@ -12,6 +12,11 @@ in {
config = mkIf cfg.enable {
xdg.portal = {
enable = lib.mkDefault true;
xdgOpenUsePortal = true;
config = {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];
};
};
programs.hyprland.enable = true;