feat: add custom icons repo

This commit is contained in:
Thiago Sposito 2025-09-28 22:08:53 -03:00
parent eac4a802ce
commit cc57accbfc
3 changed files with 41 additions and 0 deletions

21
flake.lock generated
View file

@ -60,6 +60,26 @@
"type": "github"
}
},
"icons": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1759105481,
"narHash": "sha256-TSGi0rHYKK/MfcKg+THX4/qOptJlCgmi0QLjBcFQLSU=",
"ref": "refs/heads/main",
"rev": "7ec8418afc29ef317d0ba11278206e3a4d16a1ca",
"revCount": 1,
"type": "git",
"url": "https://git.sr.ht/~sposito/icons"
},
"original": {
"type": "git",
"url": "https://git.sr.ht/~sposito/icons"
}
},
"ixx": {
"inputs": {
"flake-utils": [
@ -153,6 +173,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"icons": "icons",
"nixpkgs": "nixpkgs",
"nixvim": "nixvim"
}