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

39
flake.lock generated
View File

@ -872,8 +872,10 @@
"nixpkgs-stable": "nixpkgs-stable_3",
"nur": "nur",
"sops-nix": "sops-nix",
"tawm": "tawm",
"tfolio": "tfolio",
"tnvim": "tnvim",
"trok": "trok",
"wezterm-flake": "wezterm-flake"
}
},
@ -1009,6 +1011,26 @@
"type": "github"
}
},
"tawm": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1740652942,
"narHash": "sha256-PTt6a/UQJTIbOUyHWw2mjVrPzIPsPA8rllJjNM5RoEo=",
"owner": "tuxdotrs",
"repo": "tawm",
"rev": "5f70161a1975096182518e5a8738d618465cf754",
"type": "github"
},
"original": {
"owner": "tuxdotrs",
"repo": "tawm",
"type": "github"
}
},
"tfolio": {
"inputs": {
"nixpkgs": [
@ -1070,6 +1092,23 @@
"type": "github"
}
},
"trok": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1740655111,
"narHash": "sha256-kDIolURbhhIYPteFKgND+4MPmLbtkJBh6T/gpavYA28=",
"path": "/home/tux/Projects/trok",
"type": "path"
},
"original": {
"path": "/home/tux/Projects/trok",
"type": "path"
}
},
"utils": {
"inputs": {
"systems": "systems"