diff --git a/daily_notifier.nimble b/daily_notifier.nimble new file mode 100644 index 0000000..b85c420 --- /dev/null +++ b/daily_notifier.nimble @@ -0,0 +1,11 @@ +# Package + +version = "0.1.0" +author = "Jonathan Bernard" +description = "Little programs that reads my daily plan and notifies me of upcoming events." +license = "MIT" + +# Dependencies + +requires "nim >= 0.15.0" + diff --git a/sounds/notify1.ogg b/sounds/notify1.ogg new file mode 100644 index 0000000..fb00718 Binary files /dev/null and b/sounds/notify1.ogg differ