Friendship ended with NEOVIM Now KAKOUNE is my best friend

This commit is contained in:
kat witch 2020-11-10 22:32:31 +00:00 committed by kat
parent d92f0c182e
commit 6f255a60f0

View file

@ -20,7 +20,7 @@ in {
nix.gc.automatic = lib.mkDefault true; nix.gc.automatic = lib.mkDefault true;
nix.gc.options = lib.mkDefault "--delete-older-than 1w"; nix.gc.options = lib.mkDefault "--delete-older-than 1w";
nix.trustedUsers = [ "root" "@wheel" ]; nix.trustedUsers = [ "root" "@wheel" ];
environment.variables.EDITOR = "neovim"; environment.variables.EDITOR = "kak";
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.ports = lib.mkDefault [ 62954 ]; services.openssh.ports = lib.mkDefault [ 62954 ];