···665666- A toggle has been added under `users.users.<name>.enable` to allow toggling individual users conditionally. If set to false, the user account will not be created.
66700000668<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
669670## NixOS Wiki {#sec-release-25.05-wiki}
···665666- A toggle has been added under `users.users.<name>.enable` to allow toggling individual users conditionally. If set to false, the user account will not be created.
667668+- New hooks were added:
669+ - `writableTmpDirAsHomeHook`: This setup hook ensures that the directory specified by the `HOME` environment variable is writable.
670+ - `addBinToPathHook`: This setup hook checks if the `bin/` directory exists in the `$out` output path and, if so, adds it to the `PATH` environment variable.
671+ - `gitSetupHook`: This setup hook sets up a valid Git configuration, including the `user.name` and `user.email` fields.
672+673<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
674675## NixOS Wiki {#sec-release-25.05-wiki}