users-groups: fix typo

Fix typo in the ``users.users.<name>.packages`` option description.
This commit is contained in:
Drew 2019-10-22 15:58:09 -04:00 committed by Lassulus
parent 16af91590d
commit 6445a7cf7d

View file

@ -251,7 +251,7 @@ let
default = [];
example = literalExample "[ pkgs.firefox pkgs.thunderbird ]";
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>,
which adds packages to all users.
'';