Tauri: Difference between revisions

Simplified buildInputs and added a shellHook for wayland environments
m Fix syntax
Line 25: Line 25:
   ];
   ];


   shellHook = "
   shellHook = ''
     export XDG_DATA_DIRS="$GSETTINGS_SCHEMAS_PATH" # Needed on Wayland to report the correct display scale
     export XDG_DATA_DIRS="$GSETTINGS_SCHEMAS_PATH" # Needed on Wayland to report the correct display scale
   ";
   '';
}
}