Don't include 4 editors in the minimal installation CD

Emphasis on "minimal".
This commit is contained in:
Eelco Dolstra 2015-06-04 10:33:52 +02:00
parent a53955eac9
commit 6bf1853387
2 changed files with 12 additions and 10 deletions

View File

@ -11,8 +11,15 @@ with lib;
# Provide wicd for easy wireless configuration. # Provide wicd for easy wireless configuration.
#networking.wicd.enable = true; #networking.wicd.enable = true;
# Include gparted for partitioning disks environment.systemPackages =
environment.systemPackages = [ pkgs.gparted ]; [ # Include gparted for partitioning disks.
pkgs.gparted
# Include some editors.
pkgs.vim
pkgs.bvi # binary editor
pkgs.joe
];
# Provide networkmanager for easy wireless configuration. # Provide networkmanager for easy wireless configuration.
networking.networkmanager.enable = true; networking.networkmanager.enable = true;

View File

@ -44,11 +44,6 @@
pkgs.zip pkgs.zip
pkgs.dar # disk archiver pkgs.dar # disk archiver
pkgs.cabextract pkgs.cabextract
# Some editors.
pkgs.vim
pkgs.bvi # binary editor
pkgs.joe
]; ];
# Include support for various filesystems. # Include support for various filesystems.