aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--home-manager/modules/common.nix5
2 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 16237b8..c66a468 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ $ brew install libiconv
$ ./bootstrap pc168
-$ sudo atsutil databases -remove
+$ fc-cache -fv
$ brew install --cask alacritty
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index a2902d9..731db70 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -99,6 +99,7 @@ in
".config/sh/claude-code.sh".source = ../config/sh/claude-code.sh;
".config/skk/jisyo.L".source = "${pkgs.skkDictionaries.l}/share/skk/SKK-JISYO.L";
".config/vim/vimrc".source = ../../.config/vim/vimrc;
+ ".local/share/fonts/SourceHanCodeJP.ttc".source = "${nurpkgs.source-han-code-jp}/share/fonts/SourceHanCodeJP.ttc";
".zshrc".source = ../config/zsh/.zshrc;
"bin/__claude-code-notify".source = ../../bin/__claude-code-notify;
"bin/tmux-pane-idx".source = ../../bin/tmux-pane-idx;
@@ -111,10 +112,6 @@ in
else
""
);
-
- "${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 {