summaryrefslogtreecommitdiff
path: root/nix/systems/includes.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-18 22:33:36 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-18 22:33:36 -0700
commitbb31a5a879154432e11a75e69070b58004ddc07b (patch)
tree4bd092f8808e32947629b75e708830699d4773dc /nix/systems/includes.nix
parentcae70df061d9fc4f33a2da66a21c86eb3eb1fa3b (diff)
big refactor
Diffstat (limited to 'nix/systems/includes.nix')
-rw-r--r--nix/systems/includes.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/systems/includes.nix b/nix/systems/includes.nix
deleted file mode 100644
index 5122fb2..0000000
--- a/nix/systems/includes.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, lib, ... }:
-{
- imports = [
- ./home.nix
- ../modules/default.nix
- ];
-}