I’d like to display a message with some usage statistics to my users when they log in to my Nixos machine. The way I would think to do this “conventionally” is to run a script from /etc/profile, but I’m not sure if there’s an easy (or idiomatic!) way on Nixos! What would your approach be?