aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-04 16:00:58 +0900
committernsfisis <nsfisis@gmail.com>2025-07-04 16:00:58 +0900
commitabebde803740ecd342ca649eb6fb33915a8e34fe (patch)
treecec4224437cf7c8e5e238167debdb1184c9dc737 /home-manager/modules/common.nix
parent46319863cd44fbc3cce05d930f5f81fdc02dc74e (diff)
downloaddotfiles-abebde803740ecd342ca649eb6fb33915a8e34fe.tar.gz
dotfiles-abebde803740ecd342ca649eb6fb33915a8e34fe.tar.zst
dotfiles-abebde803740ecd342ca649eb6fb33915a8e34fe.zip
home-manager: use home.file to manage bin/* files
Diffstat (limited to 'home-manager/modules/common.nix')
-rw-r--r--home-manager/modules/common.nix2
1 files changed, 2 insertions, 0 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 {