diff options
author | Ben Sima <ben@bsima.me> | 2024-05-30 15:10:19 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-05-30 15:10:19 -0400 |
commit | b78a6fa7c96895dfde29cf1c639bc64b3b5a63cc (patch) | |
tree | a9b5c2bacf39207d6465a373a4c65780c59d4a0b /lib/const.nix | |
parent | 06f15eba9331db662f2c377051542e3900d228d5 (diff) |
oops, lots of updates
- got it working on beryl and my new framework laptop
- refactored stuff in the process
- added some catppuccin theme stuff
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 ce1f11b..be27d9d 100644 --- a/lib/const.nix +++ b/lib/const.nix @@ -1,5 +1,5 @@ { - fontSize = 14; + fontSize = 12; homedir = builtins.getEnv "HOME"; gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD"; } |