From 97a1c9220735d87565480e0601fe654e7f0b83b2 Mon Sep 17 00:00:00 2001 From: benstrb Date: Mon, 12 Jan 2026 17:55:19 +0100 Subject: [PATCH] non important commit --- home/modules/shells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index d53250a..0be6d1e 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -8,7 +8,7 @@ ]; home.sessionVariables = { - EDITOR = "neovim"; + EDITOR = "nvim"; PAGER = "most"; MANPAGER = "most"; MANROFFOPT = "-c";