diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 20:16:38 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 20:16:38 +0200 |
commit | e55fdd93ca1c56b2cc992d66ae98b42550a45ea3 (patch) | |
tree | 70e303493e969ba5a0969786f149c21df6bca76e | |
parent | fix(hm/conf/taskwarrior): Add 'total_active_time' to next report (diff) | |
download | nixos-config-e55fdd93ca1c56b2cc992d66ae98b42550a45ea3.tar.gz nixos-config-e55fdd93ca1c56b2cc992d66ae98b42550a45ea3.zip |
chore(revert): "fix(hm/conf/taskwarrior): Add 'total_active_time' to next report"
This reverts commit 8faedf42b2413c0047eb34ab1627795b4f7d216a. 'total_active_time' is formatted in a very weird way, thus making it effectively useless.
-rw-r--r-- | hm/soispha/conf/taskwarrior/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index a7187c99..3d647482 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -43,17 +43,6 @@ }; color = true; - report = { - next = { - columns = "id,start.age,entry.age,total_active_time,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description,urgency"; - context = 1; - description = "Most urgent tasks"; - filter = "status:pending -WAITING limit:page"; - labels = "ID,Active,Age,tAge,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg"; - sort = "urgency-"; - }; - }; - inherit context; }; }; |