diff --git a/modules/programs/khal.nix b/modules/programs/khal.nix index 42720620..56a7d389 100644 --- a/modules/programs/khal.nix +++ b/modules/programs/khal.nix @@ -152,6 +152,7 @@ in { description = '' khal locale settings. ''; + default = { }; }; }; @@ -161,7 +162,7 @@ in { xdg.configFile."khal/config".text = concatStringsSep "\n" ([ "[calendars]" ] ++ mapAttrsToList genCalendarStr khalAccounts ++ [ (generators.toINI { } { - # locale = definedAttrs (cfg.locale // { _module = null; }); + locale = definedAttrs (cfg.locale // { _module = null; }); default = optionalAttrs (!isNull primaryAccount) { highlight_event_days = true;