Update nixos/modules/config/shells-environment.nix
lgtm Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
9e166662e0
commit
67af267cf7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ in
|
|||
|
||||
environment.localBinInPath = mkOption {
|
||||
description = ''
|
||||
Include ~/.local/bin/ in $PATH.
|
||||
Add ~/.local/bin/ to $PATH
|
||||
'';
|
||||
default = false;
|
||||
type = types.bool;
|
||||
|
|
Loading…
Reference in a new issue