watson: add module

Watson is a CLI for tracking your time.

Two unit tests were added to validate the module behavior for an empty
configuration and the example configuration.
This commit is contained in:
polykernel 2022-01-01 18:22:05 -05:00 committed by Robert Helgesson
parent 32da35f65b
commit d469b9bf8a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
9 changed files with 183 additions and 0 deletions

3
.github/CODEOWNERS vendored
View file

@ -224,6 +224,9 @@
/modules/programs/topgrade.nix @msfjarvis
/tests/modules/programs/topgrade @msfjarvis
/mdules/programs/watson.nix @polykernel
/tests/modules/programs/watson @polykernel
/modules/programs/waybar.nix @berbiche
/tests/modules/programs/waybar @berbiche