diff options
author | Ben Sima <ben@bsima.me> | 2024-04-17 10:56:39 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-18 13:24:31 -0400 |
commit | 9c0d4c944bc3392af84dbbd208f0a1177b84000a (patch) | |
tree | 7667b9ae52c9e9c37fc9f3554954e8ab4702b688 /lib/const.nix | |
parent | e47e1366387b48f9e344b243e6bf30e7185db395 (diff) |
enable starship with nerdfonts
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 0accd17..ce1f11b 100644 --- a/lib/const.nix +++ b/lib/const.nix @@ -1,5 +1,5 @@ { - fontSize = 16; + fontSize = 14; homedir = builtins.getEnv "HOME"; gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD"; } |