feat(desktop): move xdg portal settings to home manager.

This commit is contained in:
CronyAkatsuki 2025-06-22 22:02:18 +02:00
parent 095e45e435
commit e68ce48e25
2 changed files with 12 additions and 13 deletions

View file

@ -224,5 +224,17 @@
};
};
};
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
# config = {
# common = {
# default = [
# "gtk"
# ];
# };
# };
};
};
}