{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ ]; boot.tmpOnTmpfs = true; services.xserver.enable = false; }