1 diff --git a/meson.build b/meson.build
2 index 09857a1..a07d27c 100644
5 @@ -40,7 +40,8 @@ add_project_arguments(
8 # We are going to use these variables later on for the plugins
9 -gschema_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
10 +nix_package_name = '@pname@' + '-' + '@version@'
11 +gschema_dir = get_option('prefix') / get_option('datadir') / 'gsettings-schemas' / nix_package_name / 'glib-2.0' / 'schemas'
12 plugin_libdir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'plugins'
13 extension_dir = get_option('prefix') / get_option('datadir') / 'gnome-shell' / 'extensions' / 'pomodoro@arun.codito.in'
19 - glib_compile_schemas: true,
20 + glib_compile_schemas: false,
21 gtk_update_icon_cache: true,
22 update_desktop_database: true,