Skip to content

Commit 02888e0

Browse files
committed
feat: changes
1 parent 131e1f9 commit 02888e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/private

nix/_home-files.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ in
66
{
77
".bash_profile".source = symlink "${dotfilesPath}/shell/bash/.bash_profile";
88
".bashrc".source = symlink "${dotfilesPath}/shell/bash/.bashrc";
9+
".claude.json".source = symlink "${dotfilesPath}/modules/private/claude/.claude.json";
910
".claude/settings.json".source = symlink "${dotfilesPath}/editors/claude-code/settings.json";
1011
".config/alacritty/alacritty.toml".source = symlink "${dotfilesPath}/os/mac/alacritty/alacritty.toml";
1112
".config/clojure-lsp".source = symlink "${dotfilesPath}/langs/clojure/clojure-lsp";

0 commit comments

Comments
 (0)