diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 34886de..0221ec9 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -195,7 +195,10 @@ with lib; { }; }; - services.dbus.packages = with pkgs; [ dconf ]; + services.dbus = { + packages = with pkgs; [ dconf ]; + implementation = "broker"; + }; services.gnome.gnome-keyring.enable = true; hardware.steam-hardware.enable = true; hardware.bluetooth = {