From 22c5bbfc13d139d2088bdc9bead274403756b608 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 15 Nov 2024 21:21:08 +0800 Subject: [PATCH] home/foot: set url.label-letters --- home/applications/foot/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/applications/foot/default.nix b/home/applications/foot/default.nix index c2e6153..a6330ba 100644 --- a/home/applications/foot/default.nix +++ b/home/applications/foot/default.nix @@ -5,6 +5,7 @@ main.font = "monospace:size=10"; main.resize-by-cells = false; cursor.style = "beam"; + url.label-letters = "aoeuhtns"; } // import ./tokyonight_night.nix; }; }