{ config, pkgs, lib, ... }: { services.dbus = { enable = true; # Use the dbus-broker backend explicitly package = pkgs.dbus-broker; }; }