diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-03 23:16:26 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-03 23:16:26 +0900 |
| commit | 3ed563d1575b9b912d20caf43764c5caf2c4b050 (patch) | |
| tree | 1b46bbf2e3a5e74e69853cc0437d726a26165c0f /home-manager/modules/common.nix | |
| parent | 270a36cedc632241cd9dc5fc09f88aba983c4195 (diff) | |
| download | dotfiles-3ed563d1575b9b912d20caf43764c5caf2c4b050.tar.gz dotfiles-3ed563d1575b9b912d20caf43764c5caf2c4b050.tar.zst dotfiles-3ed563d1575b9b912d20caf43764c5caf2c4b050.zip | |
claude-code: support zsh
Diffstat (limited to 'home-manager/modules/common.nix')
| -rw-r--r-- | home-manager/modules/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 887fb5d..267ceae 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -90,6 +90,8 @@ in home.file = { ".config/skk/jisyo.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L"; + ".config/sh/claude-code.sh".source = ../config/sh/claude-code.sh; + ".zshrc".source = ../config/zsh/.zshrc; }; home.sessionVariables = rec { |
