From 56a1a688c6cfbc190bfbdf7e231b5973c97be3ba Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 23:40:48 +0200 Subject: Fix(sys/font): Use the default terminal font, as it's best suited --- sys/font/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/font/default.nix b/sys/font/default.nix index f6b0e191..f812cee4 100644 --- a/sys/font/default.nix +++ b/sys/font/default.nix @@ -28,5 +28,4 @@ in { allowBitmaps = false; }; }; - console.font = "SauceCodePro Nerd Font Mono"; } -- cgit 1.4.1