Add overseer CLI for task management

This commit is contained in:
2026-02-04 20:14:58 +00:00
parent ff8650bedf
commit f8e912e201
5 changed files with 51 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
url = "github:lukehinds/nono";
flake = false;
};
overseer = {
url = "github:dmmulroy/overseer";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}: