feat: add tfolio

This commit is contained in:
tux
2025-02-22 09:51:08 +05:30
parent dcddc6a3c9
commit 5db2541201
6 changed files with 131 additions and 0 deletions

View File

@ -90,6 +90,10 @@
url = "git+ssh://git@github.com/tuxdotrs/nix-secrets.git?shallow=1";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {
url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
inputs.nixpkgs.follows = "nixpkgs";
};
cyber-tux = {
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
inputs.nixpkgs.follows = "nixpkgs";