diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 1406798..823c906 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -111,6 +111,7 @@ in { inflight=thread:{tag:inflight} review=thread:{tag:review} _unread=thread:{tag:unread} + _todo=thread:{tag:todo} ${patchDirs} ''}"; @@ -180,11 +181,13 @@ in { "tdi" = ":tag -inflight:select 0"; "tdr" = ":tag -review:select 0"; + "tdt" = ":tag -todo:select 0"; "zI" = ":cf inbox"; "zi" = ":cf inflight"; "zr" = ":cf review"; "zu" = ":cf _unread"; + "zt" = ":cf _todo"; "zT" = ":cf tag:"; };