From 28a0e4f9ac2ded7d28ff979343cd9769ac708ade Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 27 Sep 2021 22:36:12 +0200 Subject: [PATCH] dbus with dconf --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index e3981c6..aa0588a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -62,6 +62,11 @@ services.gnome.gnome-keyring.enable = true; + services.dbus = { + enable = true; + packages = with pkgs; [ gnome3.dconf ]; + }; + hardware.bluetooth.enable = true; services.blueman.enable = true;