This commit is contained in:
Lilith 2025-04-14 23:46:25 +02:00
parent 8d4db8e8ca
commit 04c6cd8cd9
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
12 changed files with 81 additions and 19 deletions

17
flake.lock generated
View file

@ -234,6 +234,22 @@
"type": "github"
}
},
"flake-private": {
"locked": {
"lastModified": 1744570005,
"narHash": "sha256-SnV4raQWMiysxsZBOq4wrR9kWxF8Fk/Arn9bERr1XOg=",
"ref": "main",
"rev": "ce669973291ca0e09677fb2491922ea15562e9ef",
"revCount": 2,
"type": "git",
"url": "ssh://git@git.firelilith.org/lilith/flake-private.git"
},
"original": {
"ref": "main",
"type": "git",
"url": "ssh://git@git.firelilith.org/lilith/flake-private.git"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -799,6 +815,7 @@
},
"root": {
"inputs": {
"flake-private": "flake-private",
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"hyprgrass": "hyprgrass",