programs/calls: enable dconf

GNOME Calls relies on dconf. Evidence supporting this claim:
https://packages.debian.org/sid/gnome-calls depends on
dconf-gsettings-backend.

Discussed in
https://github.com/NixOS/nixpkgs/pull/136537#issuecomment-1009903194 :
This commit is contained in:
Tom Fitzhenry 2022-01-15 06:10:39 +11:00 committed by Jan Tojnar
parent 8cec3cc29e
commit 2211a7cf74

View file

@ -14,6 +14,8 @@ in {
};
config = mkIf cfg.enable {
programs.dconf.enable = true;
environment.systemPackages = [
pkgs.calls
];