trying to fix portals
This commit is contained in:
parent
1d162ec11c
commit
055d27727b
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
default = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
default = [ "hyprland" ];
|
||||||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
|
@ -54,6 +54,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
};
|
};
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue