mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
docs: note addition of per-user useUserPackages
This commit is contained in:
parent
634172f673
commit
08cbdd86b2
1 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,13 @@ This release has the following notable changes:
|
|||
that pull from, respectively, `users.users.<name>.name` and
|
||||
`users.users.<name>.home`.
|
||||
|
||||
- The Home Manager NixOS module option
|
||||
[home-manager.useUserPackages](#nixos-opt-home-manager.useUserPackages) now
|
||||
sets the default value of the newly-introduced per-user
|
||||
[](#opt-home.useUserPackages) option, making it possible to define a policy
|
||||
on the use of `users.users.<name>.packages` for package installation, and to
|
||||
override that policy on a user-specific basis.
|
||||
|
||||
## State Version Changes {#sec-release-25.05-state-version-changes}
|
||||
|
||||
The state version in this release includes the changes below. These
|
||||
|
|
Loading…
Add table
Reference in a new issue