codex: keep skills under dotfiles symlink

This commit is contained in:
2026-04-25 16:17:09 -07:00
committed by Ivan Anthony Malison
parent 1bc595dc13
commit 5907395512
5 changed files with 3 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
# Replicate the useful part of rcm/rcup:
# - dotfiles live in ~/dotfiles/dotfiles (no leading dots in the repo)
@@ -71,7 +71,4 @@ in
fi
'';
home.activation.linkCodexSkills = lib.hm.dag.entryAfter ["writeBoundary"] ''
${pkgs.bash}/bin/bash "${worktreeDotfiles}/lib/bin/setup_codex_skills" "${worktreeDotfiles}/agents/skills"
'';
}