diff --git a/users/luan/default.nix b/users/luan/default.nix index 57593f3..053ef03 100644 --- a/users/luan/default.nix +++ b/users/luan/default.nix @@ -57,7 +57,7 @@ extraConfig = { core.sshCommand = "${pkgs.openssh}/bin/ssh -F ~/.ssh/config"; - core.editor = "nvim"; + core.editor = "nvim"; }; };