summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kaworu.nix5
-rw-r--r--hosts/shinji.nix5
2 files changed, 8 insertions, 2 deletions
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";