add getchvim

it's just too good
This commit is contained in:
uku 2023-11-07 15:52:47 +01:00
parent 4917849ab1
commit ca470992c2
Signed by: uku
GPG key ID: 7D01D7B105E77166
3 changed files with 171 additions and 0 deletions

View file

@ -3,6 +3,11 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
getchvim = {
url = "github:getchoo/getchvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: {