users-groups: fix typo
Fix typo in the ``users.users.<name>.packages`` option description.
This commit is contained in:
parent
16af91590d
commit
6445a7cf7d
@ -251,7 +251,7 @@ let
|
|||||||
default = [];
|
default = [];
|
||||||
example = literalExample "[ pkgs.firefox pkgs.thunderbird ]";
|
example = literalExample "[ pkgs.firefox pkgs.thunderbird ]";
|
||||||
description = ''
|
description = ''
|
||||||
The set of packages that should be made availabe to the user.
|
The set of packages that should be made available to the user.
|
||||||
This is in contrast to <option>environment.systemPackages</option>,
|
This is in contrast to <option>environment.systemPackages</option>,
|
||||||
which adds packages to all users.
|
which adds packages to all users.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user