From abebde803740ecd342ca649eb6fb33915a8e34fe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 4 Jul 2025 16:00:58 +0900 Subject: home-manager: use home.file to manage bin/* files --- home-manager/modules/common.nix | 2 ++ mitamae/default.rb | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 5f02099..22c86a9 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -95,6 +95,8 @@ in ".config/sh/claude-code.sh".source = ../config/sh/claude-code.sh; ".config/skk/jisyo.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L"; ".zshrc".source = ../config/zsh/.zshrc; + "bin/__claude-code-notify".source = ../../bin/__claude-code-notify; + "bin/tmux-pane-idx".source = ../../bin/tmux-pane-idx; }; home.sessionVariables = rec { diff --git a/mitamae/default.rb b/mitamae/default.rb index 19cc27c..ede3e80 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -50,13 +50,6 @@ end directory "#{home}/bin" -link "#{home}/bin/tmux-pane-idx" do - to "#{home}/dotfiles/bin/tmux-pane-idx" -end -link "#{home}/bin/__claude-code-notify" do - to "#{home}/dotfiles/bin/__claude-code-notify" -end - # SKK directory "#{home}/.config/skk" -- cgit v1.2.3-70-g09d2