From fd3116fefc54e1b5eafeb54f2db90730317773a5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 21 Aug 2025 19:13:16 +0300 Subject: [PATCH] set $EDITOR to nvim --- host/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host/configuration.nix b/host/configuration.nix index b1a8cb3..0aeb794 100644 --- a/host/configuration.nix +++ b/host/configuration.nix @@ -66,9 +66,9 @@ set editing-mode vi set keymap vi ''; - environment.variables = '' - export EDITOR=nvim - ''; + environment.variables = { + EDITOR = "nvim"; + }; users.users.root.hashedPassword = "$y$j9T$ZT9dUDb5fMGtQTQumYE49.$KI98XnTuykSgTAeP/gttTzEaj0Ys834WxAtKzT1CAb6"; users.users.root.openssh.authorizedKeys.keys = [