diff options
author | nin <nineinchnade@gmail.com> | 2017-01-15 19:54:54 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-15 20:07:39 +0100 |
commit | d099a4f6ac4ce7d57893758dde0edcda845fed9c (patch) | |
tree | 7f67718022178f956e6a3d916788f84c50004efb /nin/1systems/hiawatha.nix | |
parent | 0bc3e1591d9c68601906784fe156a344273b79a2 (diff) |
n 2: add vim.nix
Diffstat (limited to 'nin/1systems/hiawatha.nix')
-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 |