system changes

This commit is contained in:
jjanzen 2025-03-25 19:52:32 -05:00
parent 4fccbafa21
commit a695a6546d
2 changed files with 1 additions and 2 deletions

View file

@ -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))

View file

@ -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
];
}