{ pkgs, ... }: { services.dbus = { enable = true; implementation = "broker"; packages = with pkgs; [ dconf gcr udisks2 # flatpak # xdg-desktop-portal ]; }; }