feat: update trok flake input url

This commit is contained in:
tux
2025-06-24 22:18:24 +05:30
parent 4d6e80e4bc
commit b93b8adcc8
3 changed files with 10 additions and 11 deletions

View File

@ -134,7 +134,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
trok = {
url = "git+ssh://git@github.com/tuxdotrs/trok.git";
url = "github:tuxdotrs/trok";
inputs.nixpkgs.follows = "nixpkgs";
};
tpanel = {