diff --git a/home/emacs/doom/config.el b/home/emacs/doom/config.el index f25ff61d..637fb192 100644 --- a/home/emacs/doom/config.el +++ b/home/emacs/doom/config.el @@ -12,9 +12,11 @@ (setq user-full-name "Evie Litherland-Smith" user-mail-address "e.litherlandsmith@proton.me" - doom-font (font-spec :family "FiraCode Nerd Font" :size 16 :weight 'regular) - doom-theme 'doom-tokyo-night + doom-font "FiraCode Nerd Font-14" + doom-symbol-fallback-font-families '("Material Icons" "FontAwesome" "Weather Icons") doom-emoji-fallback-font-families '("Noto Color Emoji" "Noto Emoji") + nerd-icons-font-family "FiraCode Nerd Font" + doom-theme 'doom-tokyo-night display-line-numbers-type 'relative org-directory "~/Notes/" +latex-viewers '(pdf-tools) diff --git a/system/desktop.nix b/system/desktop.nix index 9cc4bcc8..deefc089 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -43,6 +43,12 @@ name = "Fira Sans"; package = pkgs.fira; }; + sizes = { + applications = 14; + desktop = 12; + popups = 12; + terminal = 14; + }; }; homeManagerIntegration.followSystem = true; };