modules/misc/news.nix: fix instructions (#2643)
The gnome3.dconf alias doesn't exist anymore, it's now in pkgs.dconf directly.
This commit is contained in:
parent
46978d2047
commit
46bba772f2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue