From 46bba772f26f89b62811f487d2b0d5357c91bc32 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 16 Jan 2022 23:31:04 +0100 Subject: [PATCH] modules/misc/news.nix: fix instructions (#2643) The gnome3.dconf alias doesn't exist anymore, it's now in pkgs.dconf directly. --- modules/misc/news.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index deeac3455..c7ee326c5 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -898,7 +898,7 @@ in Note, on NixOS you may need to add - services.dbus.packages = with pkgs; [ gnome3.dconf ]; + services.dbus.packages = with pkgs; [ dconf ]; to the system configuration for this module to work as expected. In particular if you get the error message