mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
taskwarrior-sync: taskwarrior -> taskwarrior2
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
183bcb80b9
commit
9a26ccef6f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ in
|
|||
options.services.taskwarrior-sync = {
|
||||
enable = lib.mkEnableOption "Taskwarrior periodic sync";
|
||||
|
||||
package = lib.mkPackageOption pkgs "taskwarrior" { example = "pkgs.taskwarrior3"; };
|
||||
package = lib.mkPackageOption pkgs "taskwarrior2" { example = "pkgs.taskwarrior3"; };
|
||||
|
||||
frequency = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue