From 5c367b4a07cdeb8d697b20dd1001844076cbb480 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Fri, 23 Feb 2024 16:47:49 -0500 Subject: [PATCH] Switch out some fonts --- nixos.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos.nix b/nixos.nix index d936e79..04bdc99 100644 --- a/nixos.nix +++ b/nixos.nix @@ -140,9 +140,11 @@ let systemInformation = import ./system/system-information.nix; in justseeds anarchists-stencil manrope - google-fonts + roboto-serif + noto-fonts comic-mono atkinson-hyperlegible + openmoji-color ]; fontDir.enable = true; enableDefaultPackages = true;