aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-11-19 12:35:08 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-11-19 12:35:08 -0500
commit0e8b26800a0faff17d2da96bf0b097bca0f15c16 (patch)
treec3614c929eb27cee436e4495ba058f9c13d6e18a /modules
parent894e9df970050186078a08f6e2a6c405a18a9875 (diff)
downloadhome-0e8b26800a0faff17d2da96bf0b097bca0f15c16.tar.gz
modules/foot: smaller font
Diffstat (limited to 'modules')
-rw-r--r--modules/foot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/foot.nix b/modules/foot.nix
index e0cabda..b07b94c 100644
--- a/modules/foot.nix
+++ b/modules/foot.nix
@@ -22,7 +22,7 @@ in
};
settings = {
main = {
- font = "monospace:size=12";
+ font = "monospace:size=10";
title = "term";
resize-by-cells = "no";
pad = "0x0 center";