forked from mirrors/nixpkgs
desktop-manager.gnome3: add dconf support
This commit is contained in:
parent
89f710f18e
commit
e24b01f615
|
@ -46,6 +46,7 @@ in {
|
|||
environment.systemPackages =
|
||||
[ gnome3.evince
|
||||
gnome3.eog
|
||||
gnome3.dconf
|
||||
pkgs.ibus
|
||||
gnome3.gnome_shell
|
||||
gnome3.gnome_settings_daemon
|
||||
|
@ -56,4 +57,6 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
environment.variables.GIO_EXTRA_MODULES = "${gnome3.dconf}/lib/gio/modules";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue