7 # ExplanationNote: this is a workaround
8 # to let .jar files not packages in nixpkgs
9 # (hence not using wrapGAppsNoGuiHook)
10 # to not crash with the error:
12 # No GSettings schemas are installed on the system
15 environment.systemPackages = [
19 environment.variables = rec {
20 GSETTINGS_SCHEMA_DIR = "${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}/glib-2.0/schemas";