diff options
author | Ben Sima <ben@bsima.me> | 2024-10-25 21:09:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-11-11 10:33:35 -0500 |
commit | 171568020c9d70aa1e6caadf6284710e07032354 (patch) | |
tree | b12e05d7e3f35598366900cf0b3aee7989fe764c /lib/const.nix | |
parent | cfadf67073bc989cf0a4f8aee17cd3873c117317 (diff) |
lets try decreasing the fontSize just a smidge
Diffstat (limited to 'lib/const.nix')
-rw-r--r-- | lib/const.nix | 2 |
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"; } |