1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-05 23:32:35 +03:00

gnome: Further fixes for Using the 'memory' GSettings backend issue

This commit is contained in:
Jan Tojnar 2017-07-24 06:24:11 +02:00 committed by Robin Gloster
parent 0e192d5d4f
commit c9d419a22b
26 changed files with 74 additions and 69 deletions

View file

@ -176,7 +176,7 @@ in {
services.xserver.updateDbusEnvironment = true;
environment.variables.GIO_EXTRA_MODULES = [ "${gnome3.dconf}/lib/gio/modules"
environment.variables.GIO_EXTRA_MODULES = [ "${lib.getLib gnome3.dconf}/lib/gio/modules"
"${gnome3.glib_networking.out}/lib/gio/modules"
"${gnome3.gvfs}/lib/gio/modules" ];
environment.systemPackages = gnome3.corePackages ++ cfg.sessionPath