1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 01:18:32 +02: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:
Florian Klink 2022-01-16 23:31:04 +01:00 committed by GitHub
parent 46978d2047
commit 46bba772f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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