diff --git a/modules/home-manager/coding/agents/claude-code.nix b/modules/home-manager/coding/agents/claude-code.nix index d992e9c..4fe7467 100644 --- a/modules/home-manager/coding/agents/claude-code.nix +++ b/modules/home-manager/coding/agents/claude-code.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - ../shared/default.nix + ./shared/default.nix ]; options.coding.agents.claude-code = let diff --git a/modules/home-manager/coding/agents/opencode.nix b/modules/home-manager/coding/agents/opencode.nix index 5e0faa9..35efe41 100644 --- a/modules/home-manager/coding/agents/opencode.nix +++ b/modules/home-manager/coding/agents/opencode.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - ../shared/default.nix + ./shared/default.nix ]; options.coding.agents.opencode = let diff --git a/modules/home-manager/coding/agents/pi.nix b/modules/home-manager/coding/agents/pi.nix index d36892a..fd7c1b6 100644 --- a/modules/home-manager/coding/agents/pi.nix +++ b/modules/home-manager/coding/agents/pi.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - ../shared/default.nix + ./shared/default.nix ]; options.coding.agents.pi = let