about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-01 19:47:14 +0200
committerSoispha <soispha@vhack.eu>2023-10-01 19:47:14 +0200
commit8faedf42b2413c0047eb34ab1627795b4f7d216a (patch)
treec734b59fe6821be695f7c3f3e7bcc82049f60c18
parentfix(hm/conf/timewarrior): Use correct file creation syntax (diff)
downloadnixos-config-8faedf42b2413c0047eb34ab1627795b4f7d216a.tar.gz
nixos-config-8faedf42b2413c0047eb34ab1627795b4f7d216a.zip
fix(hm/conf/taskwarrior): Add 'total_active_time' to next report
-rw-r--r--hm/soispha/conf/taskwarrior/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix
index 3d647482..a7187c99 100644
--- a/hm/soispha/conf/taskwarrior/default.nix
+++ b/hm/soispha/conf/taskwarrior/default.nix
@@ -43,6 +43,17 @@
       };
       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;
     };
   };