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
This commit is contained in:
jacekpoz 2024-09-21 21:40:23 +02:00
parent b46bd4d094
commit 1334ba2277
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -152,7 +152,7 @@ in {
]; ];
config.common = { config.common = {
default = [ "gtk" ]; default = [ "gtk" ];
"org.freedesktop.impl.portal.Screencast" = [ hyprland ]; "org.freedesktop.impl.portal.Screencast" = [ "hyprland" ];
}; };
}; };