use kde xdg-desktop-portal

This commit is contained in:
caandt 2024-09-11 22:59:08 -05:00
parent fe6f2f4fde
commit e4ce759157

View file

@ -97,5 +97,11 @@ in
"text/plain" = text; "text/plain" = text;
"application/xml" = text; "application/xml" = text;
}; };
xdg.portal = {
enable = true;
configPackages = [ pkgs.libsForQt5.xdg-desktop-portal-kde ];
extraPortals = [ pkgs.libsForQt5.xdg-desktop-portal-kde ];
config.common.default = "kde";
};
home.stateVersion = "24.05"; home.stateVersion = "24.05";
} }