feat(cli): add mastodon and matrix cli clients.

This commit is contained in:
CronyAkatsuki 2025-03-15 21:28:14 +01:00
parent 387764d3e2
commit 74eca0634b
3 changed files with 112 additions and 14 deletions

View file

@ -46,6 +46,12 @@
url = "github:cachix/git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# iamb, a matrix tui client. Latest possible version
iamb = {
url = "github:ulyssa/iamb";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {