about summary refs log tree commit diff
path: root/config.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-18T15·31-0400
committerGriffin Smith <root@gws.fyi>2020-05-18T15·31-0400
commitcb85df13c8b14945c88c334de7198fdb553c1d8f (patch)
tree1243611f3e830a5ad2b9af08474d48c04b940a66 /config.el
parentc9f970ded4daf1cc3c8dd9e1ee81f2ccf5dca090 (diff)
font changes for nixos
Diffstat (limited to 'config.el')
-rw-r--r--config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.el b/config.el
index 287d097893..9e862ae687 100644
--- a/config.el
+++ b/config.el
@@ -8,10 +8,10 @@
       user-full-name    "Griffin Smith")
 
 (setq doom-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 14)
-      doom-big-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 19)
+      doom-big-font (font-spec :family "Meslo LGSDZ Nerd Font" :size 24)
       doom-big-font-increment 5
       doom-variable-pitch-font (font-spec :family "DejaVu Sans")
-      doom-unicode-font (font-spec :family "Meslo LG S DZ"))
+      doom-unicode-font (font-spec :family "Meslo LGSDZ Nerd Font"))
 
 (after! rust
   ;; (require 'ein)