From b6333d7123c4f05677567a4cee4e390c2d42cc8f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 6 Jan 2026 10:00:07 +0900 Subject: alacritty: change font to UDEV Gothic 35 (experimental) --- home-manager/modules/common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home-manager/modules') 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; -- cgit v1.2.3-70-g09d2