From 40b3443c8f2e94ae5b8f6e1cf1e973f3b5ee8e2a Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 24 Dec 2018 18:36:55 +0100 Subject: [PATCH] dconf: add some information of use under NixOS --- modules/misc/news.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index 344f569c..1ef1fe13 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -909,6 +909,17 @@ in time = "2018-12-24T16:26:16+00:00"; message = '' A new module is available: 'dconf'. + + Note, on NixOS you may need to add + + services.dbus.packages = with pkgs; [ gnome3.dconf ]; + + to the system configuration for this module to work as + expected. In particular if you get the error message + + The name ca.desrt.dconf was not provided by any .service files + + when activating your Home Manager configuration. ''; } ];