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" ]; }; };