vanadium: switch to ubuntu mono font

find . -type f -not -path .git -exec sed -i "s/PTMono/UbuntuMono/g" {} +
This commit is contained in:
Primrose 2026-01-23 17:03:04 +01:00
parent ad6669d42f
commit 8bd410c116
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.IosevkaTermPTMono
pkgs.nerd-fonts.IosevkaTermUbuntuMono
];
programs.ghostty.settings = {
@ -21,7 +21,7 @@ in
resize-overlay = "never";
# Fonts
font-family = "IosevkaTermPTMono NFM";
font-family = "IosevkaTermUbuntuMono NFM";
adjust-cursor-thickness = 2;
keybind = [
"ctrl+shift+==increase_font_size:1"