Override EDITOR

This commit is contained in:
Natsu Kagami 2021-12-08 13:06:03 -05:00
parent c8a19aca7f
commit fbc5dacf06
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -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;