From 08e8d76deaa6a8d396598ff686129d5150a7e724 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 4 Sep 2018 13:17:49 +0200 Subject: [PATCH] steveej-laptop: don't install vim on system --- nixos-configuration/steveej-laptop/pkg.nix | 1 - nixos-configuration/steveej-laptop/system.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/nixos-configuration/steveej-laptop/pkg.nix b/nixos-configuration/steveej-laptop/pkg.nix index 77fe7e0..0905bbc 100644 --- a/nixos-configuration/steveej-laptop/pkg.nix +++ b/nixos-configuration/steveej-laptop/pkg.nix @@ -69,7 +69,6 @@ in imports = [ ../common/pkg/default.nix - ../common/pkg/vim.nix ]; environment.systemPackages = with pkgs; [ diff --git a/nixos-configuration/steveej-laptop/system.nix b/nixos-configuration/steveej-laptop/system.nix index 61abdc0..c75abcc 100644 --- a/nixos-configuration/steveej-laptop/system.nix +++ b/nixos-configuration/steveej-laptop/system.nix @@ -130,7 +130,6 @@ rec { }; environment.sessionVariables = { - EDITOR = "vim"; NIXPKGS_ALLOW_UNFREE = "1"; # Don't create .pyc files.