diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 1c2baef..d6f2cac 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -136,7 +136,7 @@ # Git configuration programs.git = { enable = true; - extraConfig = { + settings = { core = { editor = "nvim"; };