From 491d9302662e0e8dbaac9db3406139d89df14bdd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 4 May 2026 22:57:11 +0900 Subject: claude: __claude-code-block-bash-tool --- home-manager/modules/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home-manager') 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; -- cgit v1.3.1