Moved assets into separate module

This commit is contained in:
2026-04-05 14:00:34 -04:00
parent fa0e950c34
commit 6d3b315eb7
5 changed files with 51 additions and 8 deletions

13
flake.lock generated
View File

@@ -47,6 +47,18 @@
"type": "github"
}
},
"assets": {
"flake": false,
"locked": {
"path": "./assets",
"type": "path"
},
"original": {
"path": "./assets",
"type": "path"
},
"parent": []
},
"darwin": {
"inputs": {
"nixpkgs": [
@@ -483,6 +495,7 @@
"inputs": {
"agenix": "agenix",
"agenix-rekey": "agenix-rekey",
"assets": "assets",
"flake-parts": "flake-parts_2",
"home-manager": "home-manager_2",
"import-tree": "import-tree",