summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorJacob Hrbek <kreyren@fsfe.org>2021-06-30 21:27:56 +0200
committerJacob Hrbek <kreyren@fsfe.org>2021-06-30 21:27:56 +0200
commit67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c (patch)
tree5967c12e3a461b0680c4d5ecd311f4cd4857d601 /nixos/modules/config
parent9e166662e0cfb73429ecebd96769f9f15c2fc318 (diff)
downloadnixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar.gz
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar.bz2
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar.lz
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar.xz
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.tar.zst
nixpkgs-67af267cf7e27c5d2f7ef33a5c9bd02df7bbf11c.zip
Update nixos/modules/config/shells-environment.nix
lgtm

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/shells-environment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix
index c0306bd03b6..5e5d75a9103 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;