From 093a7191feee4be6a27a76bb17a4f40d9dfcab36 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 20:42:20 +0200 Subject: Fix(sys/font): Correct the font names --- sys/font/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/font/default.nix') diff --git a/sys/font/default.nix b/sys/font/default.nix index cad579b9..f6b0e191 100644 --- a/sys/font/default.nix +++ b/sys/font/default.nix @@ -20,13 +20,13 @@ in { defaultFonts = { # FIXME: Add a serif font <2023-08-28> serif = []; - sansSerif = lib.mkForce ["Overpass Sans Serif"]; - monospace = lib.mkForce ["Sauce Code Pro Mono"]; + sansSerif = lib.mkForce ["Overpass Nerd Font"]; + monospace = lib.mkForce ["SauceCodePro Nerd Font Mono"]; emoji = lib.mkForce ["Noto Color Emoji"]; }; allowType1 = false; allowBitmaps = false; }; }; - console.font = "Saurce Code Pro Mono"; + console.font = "SauceCodePro Nerd Font Mono"; } -- cgit 1.4.1