Skip to content

Commit

Permalink
programs/calls: enable dconf
Browse files Browse the repository at this point in the history
GNOME Calls relies on dconf. Evidence supporting this claim:
https://packages.debian.org/sid/gnome-calls depends on
dconf-gsettings-backend.

Discussed in
#136537 (comment) :
  • Loading branch information
tomfitzhenry authored and jtojnar committed Feb 7, 2022
1 parent 8cec3cc commit 2211a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/programs/calls.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ in {
};

config = mkIf cfg.enable {
programs.dconf.enable = true;

environment.systemPackages = [
pkgs.calls
];
Expand Down

0 comments on commit 2211a7c

Please sign in to comment.