diff options
author | Soispha <soispha@vhack.eu> | 2023-09-30 13:22:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-09-30 13:23:56 +0200 |
commit | 9b74754522ebe4e2a6177037d469452ed03bfe21 (patch) | |
tree | 9c05075c28eec779fb2afb291d7ce38d7227148d /hm/soispha | |
parent | fix(hm/conf/zsh): Display current task on shell init (diff) | |
download | nixos-config-9b74754522ebe4e2a6177037d469452ed03bfe21.zip |
fix(hm/conf/taskwarrior): Specify news.version persistently
Diffstat (limited to 'hm/soispha')
-rw-r--r-- | hm/soispha/conf/taskwarrior/default.nix | 1 |
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> }; }; |