aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/modules/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix
index 3314156..b42a079 100644
--- a/nix/modules/default.nix
+++ b/nix/modules/default.nix
@@ -1,4 +1,7 @@
+{ ... }:
{
- fcuny-net = import ./fcuny-net.nix;
- # Add other modules here as you create them
+ imports = [
+ ./home.nix
+ ./host-config.nix
+ ];
}