summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-10-25 21:09:23 -0400
committerBen Sima <ben@bsima.me>2024-11-11 10:33:35 -0500
commit171568020c9d70aa1e6caadf6284710e07032354 (patch)
treeb12e05d7e3f35598366900cf0b3aee7989fe764c
parentcfadf67073bc989cf0a4f8aee17cd3873c117317 (diff)
lets try decreasing the fontSize just a smidge
-rw-r--r--lib/const.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/const.nix b/lib/const.nix
index 3549024..1b8537e 100644
--- a/lib/const.nix
+++ b/lib/const.nix
@@ -1,5 +1,5 @@
{
- fontSize = 10;
+ fontSize = 9;
homedir = builtins.getEnv "HOME";
gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD";
}