From 682846a5f861b1ad8ad06b1ebe1db6144a735298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 22 Sep 2022 11:45:56 +0100 Subject: [PATCH] ... --- config/programs/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/programs/helix/default.nix b/config/programs/helix/default.nix index 0755c061..e4208854 100644 --- a/config/programs/helix/default.nix +++ b/config/programs/helix/default.nix @@ -128,7 +128,7 @@ ]; settings = { theme = "gruvbox"; - config = { + editor = { line-number = "relative"; }; };