mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 13:13:26 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ in
|
||||||
|
|
||||||
Note, on NixOS you may need to add
|
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
|
to the system configuration for this module to work as
|
||||||
expected. In particular if you get the error message
|
expected. In particular if you get the error message
|
||||||
|
|
Loading…
Reference in a new issue