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/continuity/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/systems/continuity/home.nix') diff --git a/nix/systems/continuity/home.nix b/nix/systems/continuity/home.nix index fb4a0a7..2b133a5 100644 --- a/nix/systems/continuity/home.nix +++ b/nix/systems/continuity/home.nix @@ -1,7 +1,7 @@ { lib, config, pkgs, ... }: { imports = [ - ../../modules/home/default.nix + ../home-common.nix ]; config.monorepo.profiles.workstation.enable = false; } -- cgit v1.3