system changes

This commit is contained in:
jjanzen 2025-03-26 13:41:34 -05:00
parent c2af68d075
commit 3ebfc100aa

View file

@ -1,6 +1,7 @@
#+title: Font Configuration #+title: Font Configuration
Install fonts necessary for my configuration. Namely Install fonts necessary for my configuration. Namely
- Atkinson Hyperlegible Mono
- Computer Modern - Computer Modern
- Source Code Pro (Nerd Font) - Source Code Pro (Nerd Font)
#+begin_src nix #+begin_src nix
@ -9,6 +10,7 @@ Install fonts necessary for my configuration. Namely
{ {
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
atkinson-hyperlegible-next
atkinson-hyperlegible-mono atkinson-hyperlegible-mono
cm_unicode cm_unicode
nerd-fonts.symbols-only nerd-fonts.symbols-only