diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·31-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·31-0400 |
commit | cb85df13c8b14945c88c334de7198fdb553c1d8f (patch) | |
tree | 1243611f3e830a5ad2b9af08474d48c04b940a66 /config.el | |
parent | c9f970ded4daf1cc3c8dd9e1ee81f2ccf5dca090 (diff) |
font changes for nixos
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.el b/config.el index 287d0978936d..9e862ae68795 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) |