diff --git a/nix/t2-iso-gnome.nix b/nix/t2-iso-gnome.nix index 72bca0d..b263bae 100644 --- a/nix/t2-iso-gnome.nix +++ b/nix/t2-iso-gnome.nix @@ -19,8 +19,4 @@ # ZFS is broken and prevents building without this nixpkgs.config.allowBroken = true; - - environment.systemPackages = with pkgs; [ - vim - ]; }