feat(cli): add mastodon and matrix cli clients.
This commit is contained in:
parent
387764d3e2
commit
74eca0634b
3 changed files with 112 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue