nixos/dconf: fix d-bus activation

dconf now supports autostarting the d-bus service using systemd's d-bus activation.

https://gitlab.gnome.org/GNOME/dconf/-/commit/2781a8684855e4120c9948d8b40880bafafe1b12

On NixOS, that requires making systemd aware of the package.

Fixes: https://github.com/NixOS/nixpkgs/issues/123265
This commit is contained in:
Jan Tojnar
2021-05-17 09:46:07 +02:00
parent b5f84d830b
commit 354e005d6c
+2
View File
@@ -54,6 +54,8 @@ in
services.dbus.packages = [ pkgs.dconf ];
systemd.packages = [ pkgs.dconf ];
# For dconf executable
environment.systemPackages = [ pkgs.dconf ];