home | add vit config to taskwarrior

This commit is contained in:
Don Harper 2023-10-11 21:08:21 -05:00
parent 2187e0f781
commit 4aea0f3da9

View file

@ -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}<Enter>
'';
};
}