From 2102b4e7b329c0f41205c79d75b534d0db161775 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 10 Apr 2020 16:16:46 +0200 Subject: [PATCH] home-environment: minor fix of DocBook code --- modules/home-environment.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-environment.nix b/modules/home-environment.nix index 8b72f5a54..66adab441 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -236,8 +236,8 @@ in type = types.bool; description = '' Whether the activation script should start with an empty - PATH variable. When false - then the user's PATH will be used. + PATH variable. When false + then the user's PATH will be used. ''; };