aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/default.nix')
-rw-r--r--nix/modules/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix
deleted file mode 100644
index b42a079..0000000
--- a/nix/modules/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-{
- imports = [
- ./home.nix
- ./host-config.nix
- ];
-}