users-groups: fix typo

Fix typo in the ``users.users.<name>.packages`` option description.
This commit is contained in:
Drew
2019-10-23 20:49:15 +02:00
committed by Lassulus
parent 16af91590d
commit 6445a7cf7d
+1 -1
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.
'';