Update nixos/modules/config/shells-environment.nix

lgtm

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jacob Hrbek 2021-06-30 21:27:56 +02:00
parent 9e166662e0
commit 67af267cf7

View file

@ -128,7 +128,7 @@ in
environment.localBinInPath = mkOption {
description = ''
Include ~/.local/bin/ in $PATH.
Add ~/.local/bin/ to $PATH
'';
default = false;
type = types.bool;