···2828 malcontent-ui
2929 ];
30303131- services.dbus.packages = [ pkgs.malcontent ];
3131+ services.dbus.packages = [
3232+ # D-Bus services are in `out`, not the default `bin` output that would be picked up by `makeDbusConf`.
3333+ pkgs.malcontent.out
3434+ ];
32353336 services.accounts-daemon.enable = true;
3437