summaryrefslogtreecommitdiff
path: root/hermes
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2025-12-19 12:45:28 +0100
committerLeonardo <noreply@leoflo.me>2025-12-19 12:45:28 +0100
commit5804e5074002e9a1597cd50ad8fe6cb0e15e6a15 (patch)
tree1c67ecfd5e90eef8c3fce7ea037d111da446f3e9 /hermes
parent58847f451006f48bbcc60cd2e23534b7ae820553 (diff)
downloadnixos-5804e5074002e9a1597cd50ad8fe6cb0e15e6a15.tar.gz
nixos-5804e5074002e9a1597cd50ad8fe6cb0e15e6a15.zip
font aggiornato
Diffstat (limited to 'hermes')
-rw-r--r--hermes/home-manager/leo/programs/alacritty.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hermes/home-manager/leo/programs/alacritty.nix b/hermes/home-manager/leo/programs/alacritty.nix
index a49b3dd..3f128c2 100644
--- a/hermes/home-manager/leo/programs/alacritty.nix
+++ b/hermes/home-manager/leo/programs/alacritty.nix
@@ -14,7 +14,9 @@
};
font = {
- size = 12.00;
+ normal = { family = "IosevkaTerm NF"; style = "regular"; };
+ bold = { family = "IosevkaTerm NF"; style = "bold"; };
+ size = 14.00;
};
colors = {