about summary refs log tree commit diff
path: root/nixos/modules/programs/calls.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/calls.nix')
-rw-r--r--nixos/modules/programs/calls.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/programs/calls.nix b/nixos/modules/programs/calls.nix
index 59961625e5d90..08a223b408d4f 100644
--- a/nixos/modules/programs/calls.nix
+++ b/nixos/modules/programs/calls.nix
@@ -14,6 +14,8 @@ in {
   };
 
   config = mkIf cfg.enable {
+    programs.dconf.enable = true;
+
     environment.systemPackages = [
       pkgs.calls
     ];