From 6f255a60f0cda0f66adf0a19a78f503a4d969ed8 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 10 Nov 2020 22:32:31 +0000 Subject: [PATCH] Friendship ended with NEOVIM Now KAKOUNE is my best friend --- configuration/profiles/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/profiles/common/default.nix b/configuration/profiles/common/default.nix index 8aa434f3..0a4bad80 100644 --- a/configuration/profiles/common/default.nix +++ b/configuration/profiles/common/default.nix @@ -20,7 +20,7 @@ in { nix.gc.automatic = lib.mkDefault true; nix.gc.options = lib.mkDefault "--delete-older-than 1w"; nix.trustedUsers = [ "root" "@wheel" ]; - environment.variables.EDITOR = "neovim"; + environment.variables.EDITOR = "kak"; services.openssh.enable = true; services.openssh.ports = lib.mkDefault [ 62954 ];