users-groups: fix typo
Fix typo in the ``users.users.<name>.packages`` option description.
This commit is contained in:
@@ -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.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user