about summary refs log tree commit diff stats
path: root/hm/soispha/conf/taskwarrior/default.nix
blob: c7e9b149b1e9d07f175e408858a79d3c173b143c (plain) (blame)
1
2
3
4
5
6
7
8
9
{...}: {
  programs.taskwarrior = {
    enable = true;
    colorTheme = "dark-blue-256";
    config = {
      # TODO: Add something here <2023-09-30>
    };
  };
}