From 6be3238af489279ca34e8f53c3436036e21c80c7 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 6 Jan 2023 09:47:13 +0100 Subject: [PATCH] Trying out dbus-broker --- odin/common_configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = {