Skip to content

Commit 65cefdd

Browse files
committed
feat: changes
1 parent 0354b12 commit 65cefdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

nix/_home-files.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ in
77
".bash_profile".source = symlink "${dotfilesPath}/shell/bash/.bash_profile";
88
".bashrc".source = symlink "${dotfilesPath}/shell/bash/.bashrc";
99
".claude.json".source = symlink "${dotfilesPath}/modules/private/claude/.claude.json";
10+
".claude/CLAUDE.md".source = symlink "${dotfilesPath}/editors/GLOBAL_AGENTS.md";
1011
".claude/settings.json".source = symlink "${dotfilesPath}/editors/claude-code/settings.json";
11-
".claude/CLAUDE.md".source = symlink "${dotfilesPath}/editors/claude-code/CLAUDE.md";
12+
".codex/AGENTS.md".source = symlink "${dotfilesPath}/editors/GLOBAL_AGENTS.md";
1213
".config/alacritty/alacritty.toml".source = symlink "${dotfilesPath}/os/mac/alacritty/alacritty.toml";
1314
".config/clojure-lsp".source = symlink "${dotfilesPath}/langs/clojure/clojure-lsp";
1415
".config/clojure/profiles.clj".source = symlink "${dotfilesPath}/langs/clojure/profiles.clj";

0 commit comments

Comments
 (0)