fix xdg mime

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