1
0

add tb-shared home config

This commit is contained in:
Timo Bingmann
2025-07-18 19:49:06 -07:00
parent 7330ef822c
commit 437425837b
3 changed files with 94 additions and 22 deletions

23
flake.lock generated
View File

@@ -39,7 +39,28 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"tb-shared": "tb-shared"
}
},
"tb-shared": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1752439128,
"narHash": "sha256-r7zEmbio/qRHxmv4YX1NQeiaDCgVZkjo0JqpejRJOPA=",
"ref": "refs/heads/master",
"rev": "ef906fc107492e64212b765557722b42093be996",
"revCount": 8,
"type": "git",
"url": "https://g.t1.xyz/tb/nix-shared.git"
},
"original": {
"type": "git",
"url": "https://g.t1.xyz/tb/nix-shared.git"
}
}
},