diff options
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 | 
