Yep — that limit really does land on e.
Here’s the quick way to see it:
n→∞lim(1+−n1)−n=n→∞lim(1−n1)−n.
Take natural logs to turn the power into a product:
ln((1−n1)−n)=−nln(1−n1).
Now expand the logarithm for small x (ln(1−x)=−x−2x2−…) with x=n1:
−n(−n1−2n21+O(n31))=1+2n1+O(n21).
As n→∞, that expression tends to 1. Exponentiating again gives
exp(1+2n1+O(n21))⟶e.
So
n→∞lim(1−n1)−n=e.
(If you instead keep the usual positive sign in both places, (1+n1)n→e as you may already know. Flipping both the sign inside and the sign on the exponent lands you at the same constant.)