From bb31a5a879154432e11a75e69070b58004ddc07b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 18 Sep 2025 22:33:36 -0700 Subject: big refactor --- nix/systems/common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nix/systems/common.nix (limited to 'nix/systems/common.nix') diff --git a/nix/systems/common.nix b/nix/systems/common.nix new file mode 100644 index 0000000..c122b0d --- /dev/null +++ b/nix/systems/common.nix @@ -0,0 +1,8 @@ +{ config, lib, ... }: +{ + imports = [ + ./home.nix + ../modules/default.nix + ]; + # Put configuration (e.g. monorepo variable configuration) common to all configs here +} -- cgit v1.3