about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-30 13:22:12 +0200
committerSoispha <soispha@vhack.eu>2023-09-30 13:23:56 +0200
commit9b74754522ebe4e2a6177037d469452ed03bfe21 (patch)
tree9c05075c28eec779fb2afb291d7ce38d7227148d
parentfix(hm/conf/zsh): Display current task on shell init (diff)
downloadnixos-config-9b74754522ebe4e2a6177037d469452ed03bfe21.zip
fix(hm/conf/taskwarrior): Specify news.version persistently
-rw-r--r--hm/soispha/conf/taskwarrior/default.nix1
1 files changed, 1 insertions, 0 deletions
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>
     };
   };