Fix emacs font on nixos 23.05

This commit is contained in:
Nathan McCarty 2023-05-30 10:10:31 -04:00
parent 20dcb63b3f
commit 7793337204
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ The provided default ~config.el~
;; Figure out what the name and size of the font are going to be based on the system type and
;; hostname
(let ((nm/font-name (cond ((or IS-MAC IS-WINDOWS) "Iosevka Nerd Font")
(t "Iosevka")))
(t "Iosevka Nerd Font")))
(nm/font-size (cond (IS-MAC 11)
((or IS-WINDOWS (string= (system-name) "wsl")) 16)
(t 13)))