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:
parent
0e192d5d4f
commit
c9d419a22b
26 changed files with 74 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue