{ config, pkgs, ... }:

{
  home.file.".ledgerrc".text = ''
    --date-format %F
    --start-of-week 1
  '';
}