aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-31 19:32:06 +0900
committernsfisis <nsfisis@gmail.com>2026-05-31 19:32:06 +0900
commit5f26c758793c4f77e661289377e1a6d355c6e2cb (patch)
tree396607a3c52b231969c86044d85d5f1317abdcb8
parentebe36fba9612094ce560613470b3babeb2649d6e (diff)
downloaddotfiles-main.tar.gz
dotfiles-main.tar.zst
dotfiles-main.zip
udev-gothic: fix file pathsHEADmain
-rw-r--r--home-manager/modules/common.nix8
1 files changed, 4 insertions, 4 deletions
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 =