This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nixos by /u/sushysalad on 2025-08-31 12:29:55+00:00.


I’ve built a Nix module that lets you manage macOS system settings declaratively in a logical structure that follows the layout of the System Settings app.

I know nix-darwin itself already has some options but I did not like that they were organized by plist file and that certain names and values were quite cryptic, this is no fault of nix-darwin but I decided to make an alternative.

nix-plist-manager also contains more settings compared to nix-darwin at the moment with plans for even more in the future. Settings for apps like finder are also planned.

Any feedback is welcome!