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