diff options
author | nin <nineinchnade@gmail.com> | 2017-01-15 19:54:54 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-15 19:54:54 +0100 |
commit | ed8281aaf5ff94223b1773f5da483f893a70026c (patch) | |
tree | 1f40cd335c547a3240ab4e3497dc42ca43dba66c /nin/1systems | |
parent | f6e6b7da2beabd9a3bcb49c152f02ee37776a3e0 (diff) |
n 2: add vim.nix
Diffstat (limited to 'nin/1systems')
-rw-r--r-- | nin/1systems/hiawatha.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 26de00d18..ca7071408 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -74,12 +74,6 @@ with lib; #nixpkgs.config.steam.java = true; - environment.variables.EDITOR = mkForce "vim"; - environment.variables.VIMINIT = ":so /etc/vimrc"; - environment.etc.vimrc.source = pkgs.writeText "vimrc" '' - set nocp - ''; - environment.systemPackages = with pkgs; [ firefox steam |