dconf: add some information of use under NixOS
This commit is contained in:
parent
e3167068d9
commit
40b3443c8f
|
@ -909,6 +909,17 @@ in
|
||||||
time = "2018-12-24T16:26:16+00:00";
|
time = "2018-12-24T16:26:16+00:00";
|
||||||
message = ''
|
message = ''
|
||||||
A new module is available: 'dconf'.
|
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.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue