We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131e1f9 commit 02888e0Copy full SHA for 02888e0
modules/private
nix/_home-files.nix
@@ -6,6 +6,7 @@ in
6
{
7
".bash_profile".source = symlink "${dotfilesPath}/shell/bash/.bash_profile";
8
".bashrc".source = symlink "${dotfilesPath}/shell/bash/.bashrc";
9
+ ".claude.json".source = symlink "${dotfilesPath}/modules/private/claude/.claude.json";
10
".claude/settings.json".source = symlink "${dotfilesPath}/editors/claude-code/settings.json";
11
".config/alacritty/alacritty.toml".source = symlink "${dotfilesPath}/os/mac/alacritty/alacritty.toml";
12
".config/clojure-lsp".source = symlink "${dotfilesPath}/langs/clojure/clojure-lsp";
0 commit comments