diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-11 23:23:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-11 23:23:10 +0900 |
| commit | cf770ae786747b405929875d82c0284522a54924 (patch) | |
| tree | f269ec573e9cf6609232fb7ba1d6d2bc24eb0309 /home-manager/modules/common.nix | |
| parent | eca7838471aa4a2170fa3538ddca8b2111de8429 (diff) | |
| download | dotfiles-cf770ae786747b405929875d82c0284522a54924.tar.gz dotfiles-cf770ae786747b405929875d82c0284522a54924.tar.zst dotfiles-cf770ae786747b405929875d82c0284522a54924.zip | |
nix: update flake
Diffstat (limited to 'home-manager/modules/common.nix')
| -rw-r--r-- | home-manager/modules/common.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 731db70..f61c7df 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -99,7 +99,8 @@ 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"; + ".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; |
