Override EDITOR
This commit is contained in:
parent
c8a19aca7f
commit
fbc5dacf06
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue