Revert "vanadium: switch to IBM Plex Mono font"

This reverts commit 0ad8a3c659.
This commit is contained in:
Primrose 2026-01-23 17:43:32 +01:00
parent 0ad8a3c659
commit 352be82869
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 9 additions and 9 deletions

View file

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