about summary refs log blame commit diff stats
path: root/hm/soispha/conf/timewarrior/default.nix
blob: bcb627f5c89fda68ef4738891a9a508257734e2c (plain) (tree)
1
2
3
4
5


                    
                                                        















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

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