Make niri use kde portal

This commit is contained in:
Natsu Kagami 2025-03-14 13:18:54 +01:00
parent 1bc8b764b0
commit 7d8d428629
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -357,9 +357,9 @@ in
config.sway.default = [ "wlr" "kde" "kwallet" ];
config.niri = {
default = [ "gnome" "gtk" ];
"org.freedesktop.impl.portal.Access" = "gtk";
"org.freedesktop.impl.portal.Notification" = "gtk";
default = [ "kde" "gnome" "gtk" ];
# "org.freedesktop.impl.portal.Access" = "gtk";
# "org.freedesktop.impl.portal.Notification" = "gtk";
"org.freedesktop.impl.portal.Secret" = "kwallet";
"org.freedesktop.impl.portal.FileChooser" = "kde";
};