m 2 base: make vim default editor

This commit is contained in:
makefu 2015-10-15 00:28:13 +02:00
parent 2c65fed397
commit 51b88fc8e3

View File

@ -51,9 +51,7 @@ with lib;
"d /tmp 1777 root root - -" "d /tmp 1777 root root - -"
]; ];
environment.extraInit = '' environment.variables.EDITOR = mkForce "vim";
EDITOR=vim
'';
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
jq jq