diff --git a/modules/misc/news.nix b/modules/misc/news.nix index 5c78dec34..186e9e489 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -2244,10 +2244,12 @@ in { time = "2021-11-23T20:26:37+00:00"; + condition = config.programs.taskwarrior.enable; message = '' - Taskwarrior version 2.6.0 respects XDG Specification for the config file now. - Option 'opt-programs.taskwarrior.config' and friends now generate the config file at - '$XDG_CONFIG_HOME/task/taskrc' instead of '~/.taskrc'. + Taskwarrior version 2.6.0 respects XDG Specification for the config + file now. Option 'programs.taskwarrior.config' and friends now + generate the config file at '$XDG_CONFIG_HOME/task/taskrc' instead of + '~/.taskrc'. ''; } ];