diff --git a/home/taskwarrior.nix b/home/taskwarrior.nix index 8856421..4b0fbdc 100644 --- a/home/taskwarrior.nix +++ b/home/taskwarrior.nix @@ -204,5 +204,34 @@ # tags.nixos.description = Working on NixOS # ''; #}; -} + home.file."vit-config.ini" = { + enable = true; + target = ".vit/config.ini"; + text = '' + [taskwarrior] + taskrc = ~/.config/task/taskrc + [vit] + default_keybindings = vi + theme = default + confirmation = True + wait = True + mouse = True + + [report] + default_report = nnext + default_filter_only_report = nnext + indent_subprojects = True + row_striping = True + + [marker] + uda.notes.label = (N) + enabled = True + + [color] + + [keybinding] + o = :!wr onenote {TASK_UUID} + ''; + }; +}