From 6174f3650cf42aaf008012e828d5a1f8e2ce037f Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 8 Jan 2026 02:48:11 +0100 Subject: refactor(modules): separate nixos/home-manager modules, use standard option conventions --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bab54d8..37cbed1 100644 --- a/flake.nix +++ b/flake.nix @@ -27,9 +27,7 @@ linux-system = "x86_64-linux"; darwin-system = "aarch64-darwin"; username = "schererleander"; - overlays = [ - inputs.neovim-nightly-overlay.overlays.default - ]; + overlays = [ ]; lib = import ./lib { inherit inputs; }; in { @@ -45,9 +43,6 @@ username = "administrator"; system = linux-system; useHomeManager = false; - extraModules = [ - inputs.site.nixosModules.default - ]; }; }; darwinConfigurations.lilith = lib.mkSystem { -- cgit v1.3.1