diff options
author | Soispha <soispha@vhack.eu> | 2023-10-18 21:04:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-18 21:04:20 +0200 |
commit | a4aff9111c4369993e001c986e166259c5973693 (patch) | |
tree | b2407e8661f6c360aae3b0aa9a50fac31f3fb582 | |
parent | chore(hm/conf/taskwarrior/projects): Update (diff) | |
download | nixos-config-a4aff9111c4369993e001c986e166259c5973693.tar.gz nixos-config-a4aff9111c4369993e001c986e166259c5973693.zip |
fix(hm/conf/taskwarrior): Specify useful coefficients for priorities
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/taskwarrior/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index c1224ee9..53a548ad 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -91,6 +91,12 @@ }; color = true; + urgency.uda.priority = { + H.coefficient = 6.0; + M.coefficient = 0; + L.coefficient = -1.8; + }; + inherit context; taskd = { |