trying to fix portals

This commit is contained in:
Chris Cochrun 2025-07-30 18:07:36 -05:00
parent 1d162ec11c
commit 055d27727b

View file

@ -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;