vanadium: use new iosevka pt mono

vanadium/xmonad: fix dmenu font oddity

home/ghostty: fix fontname
This commit is contained in:
Primrose 2026-01-22 23:31:34 +01:00
parent d93813d04e
commit 9230f7b378
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 11 additions and 9 deletions

View file

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