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.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix
index ebf57e9..57f7aee 100644
--- a/home-manager/modules/common.nix
+++ b/home-manager/modules/common.nix
@@ -103,6 +103,14 @@ in
".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/UDEVGothic35-Regular.ttf".source =
+ "${nurpkgs.udev-gothic}/share/fonts/UDEVGothic35-Regular.ttf";
+ ".local/share/fonts/UDEVGothic35-Bold.ttf".source =
+ "${nurpkgs.udev-gothic}/share/fonts/UDEVGothic35-Bold.ttf";
+ ".local/share/fonts/UDEVGothic35-Italic.ttf".source =
+ "${nurpkgs.udev-gothic}/share/fonts/UDEVGothic35-Italic.ttf";
+ ".local/share/fonts/UDEVGothic35-BoldItalic.ttf".source =
+ "${nurpkgs.udev-gothic}/share/fonts/UDEVGothic35-BoldItalic.ttf";
".zshrc".source = ../config/zsh/.zshrc;
"bin/__claude-code-notify".source = ../../bin/__claude-code-notify;
"bin/__claude-code-statusline".source = ../../bin/__claude-code-statusline;