fix(taskwarrior): prevent taskwarrior scroll issue

This commit is contained in:
2026-04-17 12:46:03 +02:00
parent 9b9c580a7f
commit 59ce48d65e

View File

@@ -76,6 +76,7 @@ lib.optionalAttrs standalone {
colorTheme = "dark-256";
config = {
recurrence = "off";
reserved.lines = 3; # without this I would have to scroll up 3 lines
};
extraConfig = lib.optionalString sops.available ''
include ${sops.templates."taskrc.d/sync".path}