Trying out dbus-broker
This commit is contained in:
parent
a9e81757d0
commit
6be3238af4
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue