From 5f26c758793c4f77e661289377e1a6d355c6e2cb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 May 2026 19:32:06 +0900 Subject: udev-gothic: fix file paths --- home-manager/modules/common.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'home-manager/modules/common.nix') diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index c878c9b..771c42a 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -135,13 +135,13 @@ in ".local/share/fonts/SourceHanCodeJP-RegularIt.otf".source = "${pkgs.source-han-code-jp}/share/fonts/opentype/SourceHanCodeJP-RegularIt.otf"; ".local/share/fonts/UDEVGothic35-Regular.ttf".source = - "${pkgs.udev-gothic}/share/fonts/udev-gothic/UDEVGothic35-Regular.ttf"; + "${pkgs.udev-gothic}/share/fonts/truetype/UDEVGothic35-Regular.ttf"; ".local/share/fonts/UDEVGothic35-Bold.ttf".source = - "${pkgs.udev-gothic}/share/fonts/udev-gothic/UDEVGothic35-Bold.ttf"; + "${pkgs.udev-gothic}/share/fonts/truetype/UDEVGothic35-Bold.ttf"; ".local/share/fonts/UDEVGothic35-Italic.ttf".source = - "${pkgs.udev-gothic}/share/fonts/udev-gothic/UDEVGothic35-Italic.ttf"; + "${pkgs.udev-gothic}/share/fonts/truetype/UDEVGothic35-Italic.ttf"; ".local/share/fonts/UDEVGothic35-BoldItalic.ttf".source = - "${pkgs.udev-gothic}/share/fonts/udev-gothic/UDEVGothic35-BoldItalic.ttf"; + "${pkgs.udev-gothic}/share/fonts/truetype/UDEVGothic35-BoldItalic.ttf"; ".local/share/fonts/BIZUDGothic-Bold.ttf".source = "${pkgs.biz-ud-gothic}/share/fonts/truetype/BIZUDGothic-Bold.ttf"; ".local/share/fonts/BIZUDGothic-Regular.ttf".source = -- cgit v1.3.1