Trying out dbus-broker

This commit is contained in:
Filippo Berto 2023-01-06 09:47:13 +01:00
parent a9e81757d0
commit 6be3238af4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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 = {