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

View file

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