forked from poz/niksos
change default git editor to $EDITOR
This commit is contained in:
parent
993bb11a26
commit
67edcfcf49
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in {
|
|||
};
|
||||
editor = mkOption {
|
||||
type = types.str;
|
||||
default = config.environment.sessionVariables.EDITOR;
|
||||
default = "$EDITOR";
|
||||
description = "commit message editor";
|
||||
};
|
||||
defaultBranch = mkOption {
|
||||
|
|
Loading…
Reference in a new issue