change to allow multiple portal configs

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-08 17:47:11 +03:00
parent 419d56cf58
commit f5e5b30f76

View File

@ -49,7 +49,7 @@ in {
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];
config.common = { config.niri = {
default = ["gnome" "gtk"]; default = ["gnome" "gtk"];
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"]; "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
}; };