diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-31 19:32:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-31 19:32:06 +0900 |
| commit | 5f26c758793c4f77e661289377e1a6d355c6e2cb (patch) | |
| tree | 396607a3c52b231969c86044d85d5f1317abdcb8 /home-manager | |
| parent | ebe36fba9612094ce560613470b3babeb2649d6e (diff) | |
| download | dotfiles-5f26c758793c4f77e661289377e1a6d355c6e2cb.tar.gz dotfiles-5f26c758793c4f77e661289377e1a6d355c6e2cb.tar.zst dotfiles-5f26c758793c4f77e661289377e1a6d355c6e2cb.zip | |
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/modules/common.nix | 8 |
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 = |
