From 9b74754522ebe4e2a6177037d469452ed03bfe21 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 30 Sep 2023 13:22:12 +0200 Subject: fix(hm/conf/taskwarrior): Specify news.version persistently --- hm/soispha/conf/taskwarrior/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hm') diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index c7e9b149..803d2d5d 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -3,6 +3,7 @@ enable = true; colorTheme = "dark-blue-256"; config = { + news.version = "2.6.0"; # TODO: Add something here <2023-09-30> }; }; -- cgit 1.4.1