aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/modules/common.nix
diff options
context:
space:
mode:
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 {