Update nixos/modules/config/shells-environment.nix
lgtm Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -128,7 +128,7 @@ in
|
|||||||
|
|
||||||
environment.localBinInPath = mkOption {
|
environment.localBinInPath = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Include ~/.local/bin/ in $PATH.
|
Add ~/.local/bin/ to $PATH
|
||||||
'';
|
'';
|
||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
|||||||
Reference in New Issue
Block a user