vanadium: rename usages of iosevka font

This commit is contained in:
Primrose 2026-01-23 01:45:14 +01:00
parent bc67b4226f
commit 8cb87dff9b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 8 additions and 8 deletions

View file

@ -14,7 +14,7 @@
"Noto Sans CJK TC" "Noto Sans CJK TC"
]; ];
serif = [ "Noto Serif CJK TC" ]; serif = [ "Noto Serif CJK TC" ];
monospace = [ "Iosevka-Normal-PT-Mono" ]; monospace = [ "IosevkaPTMono" ];
emoji = [ "Noto Color Emoji" ]; emoji = [ "Noto Color Emoji" ];
}; };
}; };
@ -26,7 +26,7 @@
pkgs.noto-fonts-color-emoji pkgs.noto-fonts-color-emoji
pkgs.noto-fonts-emoji-blob-bin pkgs.noto-fonts-emoji-blob-bin
pkgs.ubuntu-classic pkgs.ubuntu-classic
pkgs.iosevka-normal-pt-mono pkgs.IosevkaPTMono
]; ];
home.file = { home.file = {

View file

@ -54,7 +54,7 @@ config =
-- For framework 13 -- For framework 13
, dpi = 150 , dpi = 150
, font = "Iosevka-Normal-PT-Mono 8" , font = "IosevkaPTMono 8"
, fgColor = "#FFFFFF" , fgColor = "#FFFFFF"
, bgColor = "#000000" , bgColor = "#000000"
, position = BottomH 24 , position = BottomH 24

View file

@ -10,7 +10,7 @@ in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home.packages = [ home.packages = [
pkgs.nerd-fonts.iosevka-term-pt-mono pkgs.nerd-fonts.IosevkaTermPTMono
]; ];
programs.ghostty.settings = { programs.ghostty.settings = {

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ pkgs.iosevka-normal-pt-mono ]; home.packages = [ pkgs.IosevkaPTMono ];
services.wired = { services.wired = {
config = "${./wired.ron}"; config = "${./wired.ron}";
}; };

View file

@ -122,7 +122,7 @@
offset: Vec2(x: 0.0, y: 0.0), offset: Vec2(x: 0.0, y: 0.0),
params: ScrollingTextBlock(( params: ScrollingTextBlock((
text: "%s", text: "%s",
font: "Iosevka-Normal-PT-Mono 24", font: "IosevkaPTMono 24",
color: Color(hex: "#fafafa"), color: Color(hex: "#fafafa"),
padding: Padding(left: 7.0, right: 7.0, top: 1.0, bottom: 0.0), padding: Padding(left: 7.0, right: 7.0, top: 1.0, bottom: 0.0),
width: (min: 400, max: 400), width: (min: 400, max: 400),
@ -140,7 +140,7 @@
offset: Vec2(x: 0.0, y: -3.0), offset: Vec2(x: 0.0, y: -3.0),
params: ScrollingTextBlock(( params: ScrollingTextBlock((
text: "%b", text: "%b",
font: "Iosevka-Normal-PT-Mono 18", font: "IosevkaPTMono 18",
color: Color(hex: "#fafafa"), color: Color(hex: "#fafafa"),
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0), padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
width: (min: 400, max: 400), width: (min: 400, max: 400),