Override EDITOR
This commit is contained in:
parent
c8a19aca7f
commit
fbc5dacf06
|
@ -28,6 +28,11 @@
|
||||||
## Programs
|
## Programs
|
||||||
nixpkgs.config.allowUnfree = true;
|
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.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
|
Loading…
Reference in a new issue