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

@ -10,7 +10,7 @@ in
{
config = lib.mkIf cfg.enable {
home.packages = [
pkgs.nerd-fonts.iosevka-term-pt-mono
pkgs.nerd-fonts.IosevkaTermPTMono
];
programs.ghostty.settings = {
@ -21,7 +21,7 @@ in
resize-overlay = "never";
# Fonts
font-family = "Iosevka Term PT Mono NFM";
font-family = "IosevkaTermPTMono NFM";
adjust-cursor-thickness = 2;
keybind = [
"ctrl+shift+==increase_font_size:1"