diff options
author | Ben Sima <ben@bsima.me> | 2024-08-03 11:46:05 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-08-14 13:57:56 -0400 |
commit | 994f29c31d9329f627c5a588cdebe76606e4292f (patch) | |
tree | ccb642ab82f271f60ed8ca15ad36fcc293a932d4 /lib/const.nix | |
parent | 2384b5314eb2fb961bd57d6fb6c5c78cab31dd1c (diff) |
messing with xterm and font sizes
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 be27d9d..3549024 100644 --- a/lib/const.nix +++ b/lib/const.nix @@ -1,5 +1,5 @@ { - fontSize = 12; + fontSize = 10; homedir = builtins.getEnv "HOME"; gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD"; } |