From 8072fc1eaa363fae60c804b696211d03ffd22c95 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Sat, 9 Jul 2022 13:53:09 +0100 Subject: [PATCH] Revert "switch to terminus font" This reverts commit aeead449a1fcb10279d8fd87a0d9dde03c33d2f0. --- config.h | 2 +- shell.nix | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 shell.nix diff --git a/config.h b/config.h index f241d2c..7b00814 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Terminus (TTF):pixelsize=19:antialias=true:autohint=true"; +static char *font = "Terminus Nerd Font:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true", "Font Awesome 6 Free Solid:pixelsize=16:antialias=true:autohint=true", diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 16aa54e..0000000 --- a/shell.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ pkgs ? import {} }: - pkgs.mkShell { - nativeBuildInputs = [ pkgs.gnumake pkgs.pkg-config pkgs.xorg.libX11 pkgs.xorg.libXft pkgs.harfbuzz ]; -}