aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-03 23:16:26 +0900
committernsfisis <nsfisis@gmail.com>2025-07-03 23:16:26 +0900
commit3ed563d1575b9b912d20caf43764c5caf2c4b050 (patch)
tree1b46bbf2e3a5e74e69853cc0437d726a26165c0f /home-manager/modules/common.nix
parent270a36cedc632241cd9dc5fc09f88aba983c4195 (diff)
downloaddotfiles-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.nix2
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 {