diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix index c0306bd03b64..5e5d75a91036 100644 --- a/nixos/modules/config/shells-environment.nix +++ b/nixos/modules/config/shells-environment.nix @@ -128,7 +128,7 @@ in environment.localBinInPath = mkOption { description = '' - Include ~/.local/bin/ in $PATH. + Add ~/.local/bin/ to $PATH ''; default = false; type = types.bool;