diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-10 15:01:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-10 15:01:03 +0900 |
| commit | 4150ce25e87d8cbf3f067e6aabd8b1e836dbc683 (patch) | |
| tree | 1abf63413ad205728c29272f0f7d772c2476d8c7 /home-manager/modules/common.nix | |
| parent | 16cb785971dda429fae4028c3b63de81e3c8f246 (diff) | |
| download | dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.tar.gz dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.tar.zst dotfiles-4150ce25e87d8cbf3f067e6aabd8b1e836dbc683.zip | |
claude: set up statusline
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 f95df90..2e87b02 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -106,6 +106,7 @@ in "${nurpkgs.source-han-code-jp}/share/fonts/SourceHanCodeJP.ttc"; ".zshrc".source = ../config/zsh/.zshrc; "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; ".config/git/config".text = |
