Switch to Inconsolata font

This commit is contained in:
Sonny Bakker 2025-12-09 10:32:50 +01:00
parent da726a8ecf
commit d5883a2b1d
3 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ packages:
- iproute2 - iproute2
- curl - curl
- reflector - reflector
- otf-monaspace-nerd - ttf-inconsolata
- systemd-ukify - systemd-ukify
- efibootmgr - efibootmgr
- git-delta - git-delta
@ -25,4 +25,4 @@ server_domain: fudiggity.nl
register_uefi_entries: false register_uefi_entries: false
wezterm_font_size: 11 wezterm_font_size: 12

View file

@ -53,3 +53,5 @@ mkinitcpio_templates:
boot_configuration: boot_configuration:
disk: /dev/sdc disk: /dev/sdc
partition: 1 partition: 1
wezterm_font_size: 13

View file

@ -4,7 +4,7 @@ local wezterm = require 'wezterm';
return { return {
font = wezterm.font( font = wezterm.font(
'MonaspiceNe Nerd Font Mono', 'Inconsolata Medium',
{ weight = 'Regular', stretch = 'Normal', style = 'Normal' } { weight = 'Regular', stretch = 'Normal', style = 'Normal' }
), ),
@ -21,6 +21,5 @@ return {
'ss06', 'ss06',
'ss07', 'ss07',
'ss08', 'ss08',
'liga'
} }
} }