{ pkgs, ... }@all: with all; lib.mkIf (hyper.host != "NxACE") { home.packages = with pkgs; [ erlang rebar3 gleam ]; }