mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 16:19:44 +01:00
taskwarrior: clean up news entry
This commit is contained in:
parent
18461b5dda
commit
c27c8f49c0
1 changed files with 5 additions and 3 deletions
|
@ -2244,10 +2244,12 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2021-11-23T20:26:37+00:00";
|
time = "2021-11-23T20:26:37+00:00";
|
||||||
|
condition = config.programs.taskwarrior.enable;
|
||||||
message = ''
|
message = ''
|
||||||
Taskwarrior version 2.6.0 respects XDG Specification for the config file now.
|
Taskwarrior version 2.6.0 respects XDG Specification for the config
|
||||||
Option 'opt-programs.taskwarrior.config' and friends now generate the config file at
|
file now. Option 'programs.taskwarrior.config' and friends now
|
||||||
'$XDG_CONFIG_HOME/task/taskrc' instead of '~/.taskrc'.
|
generate the config file at '$XDG_CONFIG_HOME/task/taskrc' instead of
|
||||||
|
'~/.taskrc'.
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue