diff options
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/collections/desktop/cad.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/collections/desktop/cad.nix b/archetypes/collections/desktop/cad.nix index 33edcd5..6b2c26b 100644 --- a/archetypes/collections/desktop/cad.nix +++ b/archetypes/collections/desktop/cad.nix @@ -11,5 +11,11 @@ in { freecad prusa-slicer ]; + # TODO remove once #467783 is resolved + environment.sessionVariables = { + # Make GTK3 file-chooser settings discoverable + # per https://github.com/NixOS/nixpkgs/issues/467783#issuecomment-3648708206 + GSETTINGS_SCHEMA_DIR ="${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}/glib-2.0/schemas"; + }; }; } |
