From 6445a7cf7d471e8629011b53d8a4a6999e68f7cc Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 22 Oct 2019 15:58:09 -0400 Subject: [PATCH] users-groups: fix typo Fix typo in the ``users.users..packages`` option description. --- nixos/modules/config/users-groups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index ba79bd3d6ec..ae3bdeb00e6 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -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 , which adds packages to all users. '';