aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-06 10:00:07 +0900
committernsfisis <nsfisis@gmail.com>2026-01-06 10:00:07 +0900
commitb6333d7123c4f05677567a4cee4e390c2d42cc8f (patch)
tree31b81034e05dc56a521ec1db791f7ed3b8df666d /home-manager
parent15105e179e0cc3131d808fa170a0165893dc7ef8 (diff)
downloaddotfiles-b6333d7123c4f05677567a4cee4e390c2d42cc8f.tar.gz
dotfiles-b6333d7123c4f05677567a4cee4e390c2d42cc8f.tar.zst
dotfiles-b6333d7123c4f05677567a4cee4e390c2d42cc8f.zip
alacritty: change font to UDEV Gothic 35 (experimental)
Diffstat (limited to 'home-manager')
-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;