From 95134a8cdc369a6e68e39bdb7da33f09f962ee24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 19 Aug 2025 13:07:19 +0200 Subject: [PATCH] packages/iosevka: disable kern-bars --- nix/overlays/iosevka.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/overlays/iosevka.nix b/nix/overlays/iosevka.nix index 75577a24..fb4d833b 100644 --- a/nix/overlays/iosevka.nix +++ b/nix/overlays/iosevka.nix @@ -130,7 +130,7 @@ final: prev: rec { # "brst" # Center asterisk in (* and *) "slash-asterisk" # Shift asterisk in /* and */ "kern-dotty" # Move connecting dotty punctuations closer, like for ::, :: # and ... - "kern-bars" # Move consecutive bars closer, like for ||, ||| and // + # "kern-bars" # Move consecutive bars closer, like for ||, ||| and // "center-ops" # Vertically align some of the operators (like *) to the center position it is before or after a "center" operator (like +) # These put -. to the same height