summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-15 00:28:13 +0200
committermakefu <github@syntax-fehler.de>2015-10-15 00:28:49 +0200
commit51b88fc8e3ec339445af98f2416baf71d58a7077 (patch)
tree4fb2d74b406738119a6e9c1025aa4869127986d8 /makefu
parent2c65fed39714164ff4b28e3352440538ae262c79 (diff)
m 2 base: make vim default editor
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/makefu/2configs/base.nix b/makefu/2configs/base.nix
index 91a50039..4e38c27f 100644
--- a/makefu/2configs/base.nix
+++ b/makefu/2configs/base.nix
@@ -51,9 +51,7 @@ with lib;
"d /tmp 1777 root root - -"
];
- environment.extraInit = ''
- EDITOR=vim
- '';
+ environment.variables.EDITOR = mkForce "vim";
environment.systemPackages = with pkgs; [
jq