feat: add trok

This commit is contained in:
tux
2025-02-27 17:30:27 +05:30
parent e33d778819
commit 6d0585bbc0
6 changed files with 139 additions and 0 deletions

View File

@ -133,6 +133,11 @@
url = "github:tuxdotrs/tnvim";
inputs.nixpkgs.follows = "nixpkgs";
};
trok = {
# url = "git+ssh://git@github.com/tuxdotrs/trok.git";
url = "path:/home/tux/Projects/trok";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {
url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
inputs.nixpkgs.follows = "nixpkgs";