diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-04 22:57:11 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-04 22:57:11 +0900 |
| commit | 491d9302662e0e8dbaac9db3406139d89df14bdd (patch) | |
| tree | 721f18b4b7ef62fd8611e79b4288f6bac1ee29fd /home-manager/modules/common.nix | |
| parent | bc51d43683af248701308bc0e17cfe8d270ff8e1 (diff) | |
| download | dotfiles-491d9302662e0e8dbaac9db3406139d89df14bdd.tar.gz dotfiles-491d9302662e0e8dbaac9db3406139d89df14bdd.tar.zst dotfiles-491d9302662e0e8dbaac9db3406139d89df14bdd.zip | |
claude: __claude-code-block-bash-tool
Diffstat (limited to 'home-manager/modules/common.nix')
| -rw-r--r-- | home-manager/modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 63e8ab4..edbcf3c 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -150,6 +150,7 @@ in ".local/share/fonts/BIZUDPGothic-Regular.ttf".source = "${pkgs.biz-ud-gothic}/share/fonts/truetype/BIZUDPGothic-Regular.ttf"; ".zshrc".source = ../config/zsh/.zshrc; + "bin/__claude-code-block-bash-tool".source = ../../bin/__claude-code-block-bash-tool; "bin/__claude-code-notify".source = ../../bin/__claude-code-notify; "bin/__claude-code-statusline".source = ../../bin/__claude-code-statusline; "bin/tmux-pane-idx".source = ../../bin/tmux-pane-idx; |
