fix(portal): add xdg-desktop-portal-gtk for freecad file chooser

FreeCAD's save/open dialogs require the GTK portal backend for the
file chooser D-Bus service. The bare gtk3 package doesn't provide this,
so replace it with the portal package in the system config.
This commit is contained in:
2026-04-05 18:54:03 -04:00
parent 64b450bbe7
commit 9056237e8a
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -229,6 +229,7 @@
# Enable necessary services
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
services.pcscd.enable = true;
-1
View File
@@ -28,7 +28,6 @@
gnomeExtensions.just-perfection
gnomeExtensions.arc-menu
freecad
gtk3
];
# --------------------------