Use my own linkita fork as theme

This commit is contained in:
SebastianStork 2025-10-22 15:12:17 +02:00
parent 57b943a1c4
commit 0dc2f84e08
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -3,17 +3,17 @@
"linkita": { "linkita": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1760881537, "lastModified": 1761138491,
"narHash": "sha256-Xqj7oL4hs/FKqB1vdW4JOSxT3e+BF4gB6tBSvFDL+zw=", "narHash": "sha256-u+oSvkk8ylbT4xdBCLYl4HuV0jN59IH28YQGt8FMBtU=",
"ref": "refs/heads/linkita", "owner": "SebastianStork",
"rev": "84758baf27fb2ca6ca6194ba1d81b997f698b78e", "repo": "linkita",
"revCount": 243, "rev": "6a3159e6477eb07646dda32ddc5be974298d5a48",
"type": "git", "type": "github"
"url": "https://codeberg.org/salif/linkita.git"
}, },
"original": { "original": {
"type": "git", "owner": "SebastianStork",
"url": "https://codeberg.org/salif/linkita.git" "repo": "linkita",
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {

View file

@ -8,7 +8,7 @@
}; };
linkita = { linkita = {
url = "git+https://codeberg.org/salif/linkita.git"; url = "github:SebastianStork/linkita";
flake = false; flake = false;
}; };
}; };