From a695a6546de60c1a50f9639cee5f87f672c38f34 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 25 Mar 2025 19:52:32 -0500 Subject: [PATCH] system changes --- common/.config/emacs/early-init.el.org | 2 +- common/.flake/home/fonts.nix.org | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/.config/emacs/early-init.el.org b/common/.config/emacs/early-init.el.org index 41256f0..4a4d7d5 100644 --- a/common/.config/emacs/early-init.el.org +++ b/common/.config/emacs/early-init.el.org @@ -35,7 +35,7 @@ Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Mod (setq jj/mono-font "SauceCodePro Nerd Font-11" jj/var-font "CMU Serif-14")) (`darwin - (setq jj/mono-font "Atkinson Hyperlegible Mono-14:weight=thin" + (setq jj/mono-font "SauceCodePro Nerd Font-14:weight=thin" jj/var-font "CMU Serif-18"))) (add-to-list 'default-frame-alist `(font . ,jj/mono-font)) diff --git a/common/.flake/home/fonts.nix.org b/common/.flake/home/fonts.nix.org index 290dc3b..7b6ff80 100644 --- a/common/.flake/home/fonts.nix.org +++ b/common/.flake/home/fonts.nix.org @@ -10,7 +10,6 @@ Install fonts necessary for my configuration. Namely fonts.fontconfig.enable = true; home.packages = with pkgs; [ cm_unicode - atkinson-hyperlegible-mono nerd-fonts.sauce-code-pro ]; }