From 24b14384100fc28254a63e5ae8ae4e0fa1b323a4 Mon Sep 17 00:00:00 2001 From: kiri Date: Thu, 4 Dec 2025 18:45:31 +0100 Subject: [PATCH] Sort todoman using priority --- modules/home-manager/todoman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/todoman.nix b/modules/home-manager/todoman.nix index 0820648..37ea49b 100644 --- a/modules/home-manager/todoman.nix +++ b/modules/home-manager/todoman.nix @@ -7,7 +7,7 @@ time_format = "%H:%M" default_list = "personal" default_due = 0 - default_command = "list --sort due" + default_command = "list --sort priority,due" humanize = True ''; };