add typhon, enable zsh autocomplete

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-26 01:31:46 -04:00
parent 98b8ee7777
commit 32781a7290
5 changed files with 67 additions and 1 deletions

View File

@ -112,6 +112,14 @@
};
};
typhon = {
url = "github:typhon-ci/typhon";
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs.follows = "nixpkgs";
};
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs = {