steveej-laptop: don't install vim on system

This commit is contained in:
steveej 2018-09-04 13:17:49 +02:00
parent f601e65708
commit 08e8d76dea
2 changed files with 0 additions and 2 deletions

View file

@ -69,7 +69,6 @@ in
imports =
[
../common/pkg/default.nix
../common/pkg/vim.nix
];
environment.systemPackages = with pkgs; [

View file

@ -130,7 +130,6 @@ rec {
};
environment.sessionVariables = {
EDITOR = "vim";
NIXPKGS_ALLOW_UNFREE = "1";
# Don't create .pyc files.