diff --git a/darwin/configuration.nix b/darwin/configuration.nix index 1e44cf8..acda601 100644 --- a/darwin/configuration.nix +++ b/darwin/configuration.nix @@ -28,6 +28,11 @@ ## Programs nixpkgs.config.allowUnfree = true; + ## Erase editor variables + environment.variables = { + EDITOR = ""; # don't set it by default + }; + # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog system.stateVersion = 4;