diff --git a/2configs/gui/gnome.nix b/2configs/gui/gnome.nix index aa71c72..ee6b974 100644 --- a/2configs/gui/gnome.nix +++ b/2configs/gui/gnome.nix @@ -61,4 +61,5 @@ in }; }; }; + services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.gnome-settings-daemon ]; }