add getchvim
it's just too good
This commit is contained in:
parent
4917849ab1
commit
ca470992c2
3 changed files with 171 additions and 0 deletions
|
@ -3,6 +3,11 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
getchvim = {
|
||||
url = "github:getchoo/getchvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue