summaryrefslogtreecommitdiff
path: root/nix/systems/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/systems/common.nix')
-rw-r--r--nix/systems/common.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/systems/common.nix b/nix/systems/common.nix
deleted file mode 100644
index c122b0d..0000000
--- a/nix/systems/common.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, lib, ... }:
-{
- imports = [
- ./home.nix
- ../modules/default.nix
- ];
- # Put configuration (e.g. monorepo variable configuration) common to all configs here
-}