From 5edd0929d0a04339a48d880da30877867ada0b34 Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Mon, 27 Apr 2026 13:00:52 +0200 Subject: [PATCH] fix(agents): correct import paths for shared module --- modules/home-manager/coding/agents/claude-code.nix | 2 +- modules/home-manager/coding/agents/opencode.nix | 2 +- modules/home-manager/coding/agents/pi.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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