gnome: add dbus packages

This commit is contained in:
makefu 2023-07-12 22:07:52 +02:00
parent e2cf86020a
commit e43f922b56
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -61,4 +61,5 @@ in
};
};
};
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.gnome-settings-daemon ];
}