From e55fdd93ca1c56b2cc992d66ae98b42550a45ea3 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 1 Oct 2023 20:16:38 +0200 Subject: 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. --- hm/soispha/conf/taskwarrior/default.nix | 11 ----------- 1 file changed, 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; }; }; -- cgit 1.4.1