From fd63b122116ae2a0d016e8a6059f6c806b9cb0a5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 Mar 2023 10:31:09 -0700 Subject: modules/console: larger font for EVERYONE --- hosts/tahoe/default.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hosts/tahoe') diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 12f7688..64377b8 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -10,14 +10,6 @@ isSystemUser = true; }; - # larger fonts for the TTYs - console = { - earlySetup = true; - font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz"; - packages = with pkgs; [ terminus_font ]; - keyMap = "us"; - }; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit 1.4.1