diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 23:40:48 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 23:40:48 +0200 |
commit | 56a1a688c6cfbc190bfbdf7e231b5973c97be3ba (patch) | |
tree | 93bdb1a6f2ac3391ed4dda605be61b9dafb86283 | |
parent | Feat(sys/documentation): Init (diff) | |
download | nixos-config-56a1a688c6cfbc190bfbdf7e231b5973c97be3ba.tar.gz nixos-config-56a1a688c6cfbc190bfbdf7e231b5973c97be3ba.zip |
Fix(sys/font): Use the default terminal font, as it's best suited
Diffstat (limited to '')
-rw-r--r-- | sys/font/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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"; } |