Nix isn't really unixlike either. More in the spirit of NeXT than unix. IE, proto-mac, with extra steps.
Also, I definitely agree about systemd. all of it unnecessary, just like C++ and Rust philosophy of "woo expressiveness". Rust in particular really grinds my gears. You feel it when you try to start learning it but go look at how the language grammar works. There's like 6 elements to it that are fully combinatorial. Looks similar to Go's count of language features until you realise that it's actually over 3x as complex. Which explains why it takes about the same time to build as C++ with ccache installed. strfry and nostr-rs-relay both take about 11 minutes on my hardware. Khatru, relayer, orly. maybe 40 seconds with a clean build cache.