about summary refs log blame commit diff stats
path: root/hm/soispha/conf/timewarrior/default.nix
blob: 56ea95bfa5533e720fd464563f0049a1bad72d62 (plain) (tree)




















                                                                                      
{pkgs, ...}: {
  home.packages = [
    pkgs.timewarrior
  ];
  xdg.configFile."timewarrior/timewarrior.cfg".source = builtins.writeFile "config" ''
    # source: https://github.com/arcticicestudio/igloo
    #+----+
    #+ UI +
    #+----+
    import ${./nord.theme}
    color = true

    #+---------+
    #+ Reports +
    #+---------+
    define reports:
      day:
        lines = 10
        month = true
        week = true
  '';
}