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/home-common.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nix/systems/home-common.nix (limited to 'nix/systems/home-common.nix') diff --git a/nix/systems/home-common.nix b/nix/systems/home-common.nix new file mode 100644 index 0000000..ba0e6f2 --- /dev/null +++ b/nix/systems/home-common.nix @@ -0,0 +1,7 @@ +{ lib, config, ... }: +{ + imports = [ + ../modules/home/default.nix + ]; + # Put configuration (e.g. monorepo variable configuration) common to all configs here +} -- cgit v1.3