1
0
Fork 0

fonts: update to tx-02

This commit is contained in:
Daniel Kempkens 2025-01-02 17:24:32 +01:00
parent d52d54d5aa
commit 21cfb20268
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
22 changed files with 22 additions and 2 deletions

View file

@ -20,6 +20,25 @@ let
'';
};
tx-02 = pkgs.stdenvNoCC.mkDerivation {
pname = "tx-02";
version = "2.002";
src = ../../../secret/fonts/TX-02;
dontPatch = true;
dontConfigure = true;
dontBuild = true;
doCheck = false;
dontFixup = true;
installPhase = ''
runHook preInstall
install -Dm644 -t $out/share/fonts/opentype/ *.otf
runHook postInstall
'';
};
nerdfonts = pkgs.stdenvNoCC.mkDerivation {
pname = "nerdfonts";
version = "3.3.0";
@ -45,5 +64,6 @@ in
jetbrains-mono
nerdfonts
noto-fonts
tx-02
];
}

View file

@ -196,7 +196,7 @@
:tab_max_width 42
:window_frame {:active_titlebar_bg colors.frame-background
:inactive_titlebar_bg colors.frame-background
:font (wezterm.font {:family "Berkeley Mono"
:font (wezterm.font {:family :TX-02
:weight :Regular
:harfbuzz_features disable-ligatures-flags})
:font_size 11}
@ -207,7 +207,7 @@
:new_tab_hover {:bg_color colors.hover-background
:fg_color colors.hover-foreground}}}
;; Fonts
:font (wezterm.font_with_fallback ["Berkeley Mono"
:font (wezterm.font_with_fallback [:TX-02
"Symbols Nerd Font"
"Apple Symbols"
"Apple Color Emoji"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.