fix xdg-portals
This commit is contained in:
parent
e24bdb9e73
commit
2c5adddb45
3 changed files with 6 additions and 4 deletions
|
@ -47,13 +47,15 @@ in {
|
|||
common = {
|
||||
default = [ "hyprland" ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];
|
||||
};
|
||||
hyprland = {
|
||||
default = [ "hyprland" ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];
|
||||
};
|
||||
};
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gtk ];
|
||||
xdgOpenUsePortal = true;
|
||||
};
|
||||
mimeApps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue