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";