From 1334ba22772ad9cfe281b602fac5db7172fa5af7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 21 Sep 2024 21:40:23 +0200 Subject: [PATCH] fix xdg portal config I am so fucking silly it's unbelievable thank you to [leier](https://github.com/leierr) for pointing this issue out --- modules/gui/hypr/land.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index 3ac7d2d..5834d60 100644 --- a/modules/gui/hypr/land.nix +++ b/modules/gui/hypr/land.nix @@ -152,7 +152,7 @@ in { ]; config.common = { default = [ "gtk" ]; - "org.freedesktop.impl.portal.Screencast" = [ hyprland ]; + "org.freedesktop.impl.portal.Screencast" = [ "hyprland" ]; }; };