From b45299bdc8eb3c10754fe8380c417ca9f9589c9f Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 16:26:41 -0800 Subject: Modularize configuration more --- nix/systems/affinity/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/systems/affinity') diff --git a/nix/systems/affinity/default.nix b/nix/systems/affinity/default.nix index 205fb11..4423440 100644 --- a/nix/systems/affinity/default.nix +++ b/nix/systems/affinity/default.nix @@ -2,6 +2,8 @@ { imports = [ ../../modules/default.nix + ../../modules/home/home.nix + ../../modules/nvme-simple.nix ]; config.monorepo = { profiles = { -- cgit