From 0dc2f84e08b32d010bb2c9f578d3ecd9763a0838 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 22 Oct 2025 15:12:17 +0200 Subject: [PATCH] Use my own linkita fork as theme --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 747b5d8..ba5e2b8 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index c653e73..de98fe5 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; linkita = { - url = "git+https://codeberg.org/salif/linkita.git"; + url = "github:SebastianStork/linkita"; flake = false; }; };