From e0f2eb724245e02cb247b644f0947261d8665318 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 17 Jun 2025 21:57:53 -0400 Subject: remove nix dir and move out all sub modules --- hosts/kaworu.nix | 5 ++++- hosts/shinji.nix | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/kaworu.nix b/hosts/kaworu.nix index 0f666fb..cf98de7 100644 --- a/hosts/kaworu.nix +++ b/hosts/kaworu.nix @@ -12,7 +12,10 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs; }; modules = [ options - ../nix + ../config + ../home + ../programs + ../system { # options hostName = "kaworu"; diff --git a/hosts/shinji.nix b/hosts/shinji.nix index 63d8ee0..563e6ad 100644 --- a/hosts/shinji.nix +++ b/hosts/shinji.nix @@ -12,7 +12,10 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs; }; modules = [ options - ../nix + ../config + ../home + ../programs + ../system { # options hostName = "shinji"; -- cgit v1.2.3-freya