fix xdg mime

This commit is contained in:
k3t
2026-07-24 15:34:52 -06:00
parent a5776fbf36
commit 6f9a78a853
+8 -3
View File
@@ -1,8 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
xdg.portal = { xdg = {
enable = true; mime = {
extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; enable = true;
};
portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
}; };
} }