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.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index 140550b..231555e 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -102,6 +102,10 @@ in
".zshrc".source = ../config/zsh/.zshrc;
"bin/__claude-code-notify".source = ../../bin/__claude-code-notify;
"bin/tmux-pane-idx".source = ../../bin/tmux-pane-idx;
+
+ "${if env.os == "macos" then "Library/Fonts/" else ".local/share/fonts/"}/SourceHanCodeJP.ttc" = {
+ source = "${nurpkgs.source-han-code-jp}/share/fonts/SourceHanCodeJP.ttc";
+ };
};
home.sessionVariables = rec {