about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDrew <drewrisinger@users.noreply.github.com>2019-10-22 15:58:09 -0400
committerLassulus <github@lassul.us>2019-10-23 20:49:15 +0200
commit6445a7cf7d471e8629011b53d8a4a6999e68f7cc (patch)
tree25e7b7c20f4fc5db73d90a497fb6a8524a66d541 /nixos
parent16af91590d507f6f633298ec51ea08fa42215517 (diff)
downloadnixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar.gz
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar.bz2
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar.lz
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar.xz
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.tar.zst
nixlib-6445a7cf7d471e8629011b53d8a4a6999e68f7cc.zip
users-groups: fix typo
Fix typo in the ``users.users.<name>.packages`` option description.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index ba79bd3d6ecc..ae3bdeb00e64 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 <option>environment.systemPackages</option>,
           which adds packages to all users.
         '';