about summary refs log blame commit diff stats
path: root/hm/soispha/conf/taskwarrior/default.nix
blob: 803d2d5dca5bfed4bfe547660a3453dd1e797a47 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                 
                             


                                             
{...}: {
  programs.taskwarrior = {
    enable = true;
    colorTheme = "dark-blue-256";
    config = {
      news.version = "2.6.0";
      # TODO: Add something here <2023-09-30>
    };
  };
}