Added personal website

This commit is contained in:
Aleksandr Lebedev 2025-10-22 20:06:56 +02:00
parent a2878180cf
commit ceb7ee5826
6 changed files with 42 additions and 1 deletions

View file

@ -99,6 +99,10 @@
url = "github:Sveske-Juice/declarative-jellyfin";
inputs.nixpkgs.follows = "nixpkgs";
};
website = {
url = "git+https://git.kylekrein.com/kylekrein/website.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs: let