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