{ pkgs, hyper ... }: lib.mkIf (hyper.host != "NxACE") { home.packages = with pkgs; [ bitwarden bitwarden-cli ]; }