From 4bbd2fb3fa1e885ff983a4894eefaa5a557f56bf Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 4 Oct 2025 02:52:10 +0200 Subject: feat: add site flake for personal website and setup --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 73ce540..2cbf628 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,8 @@ home-manager.url = "github:nix-community/home-manager/release-25.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; + site.url = "github:schererleander/site"; + neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; spicetify-nix.url = "github:Gerg-L/spicetify-nix"; @@ -48,6 +50,9 @@ host = "sachiel"; username = "administrator"; system = linux-system; + extraModules = [ + inputs.site.nixosModules.default + ]; }; }; darwinConfigurations.lilith = lib.mkSystem { -- cgit v1.3.1