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;
|
||||
config = {
|
||||
common = {
|
||||
default = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
default = [ "hyprland" ];
|
||||
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||
};
|
||||
hyprland = {
|
||||
|
@ -54,6 +54,7 @@ in {
|
|||
};
|
||||
};
|
||||
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
|
||||
xdgOpenUsePortal = true;
|
||||
};
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue