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 | 638a085a4eb4a4a40407f303cbd22bdd50ace002 (patch) | |
| tree | b978b9d0a52f7d070ead685c44a0f5222b66d919 /nin/1systems | |
| parent | bed3e8bff93ee4eeee3a83d378376e7da212d2c6 (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 26de00d..ca70714 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 |
