use kde xdg-desktop-portal
This commit is contained in:
parent
fe6f2f4fde
commit
e4ce759157
6
home.nix
6
home.nix
|
|
@ -97,5 +97,11 @@ in
|
|||
"text/plain" = 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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue