diff --git a/modules/homebrew.nix b/modules/homebrew.nix
index c3524d9..d67f5b2 100644
--- a/modules/homebrew.nix
+++ b/modules/homebrew.nix
@@ -84,12 +84,12 @@ in
type = types.bool;
default = false;
description = ''
- When enabled, when you manually invoke brew bundle, it will automatically
- use the Brewfile in the Nix store that this module generates.
+ When enabled, when you manually invoke brew bundle, it will automatically
+ use the Brewfile in the Nix store that this module generates.
- Sets the HOMEBREW_BUNDLE_FILE environment variable to the path of the
- Brewfile in the Nix store that this module generates, by adding it to
- .
+ Sets the HOMEBREW_BUNDLE_FILE environment variable to the path of the
+ Brewfile in the Nix store that this module generates, by adding it to
+ .
'';
};
@@ -97,14 +97,14 @@ in
type = types.bool;
default = false;
description = ''
- When enabled, lockfiles aren't generated when you manually invoke
- brew bundle [install]. This is often desirable when
- is enabled, since
- brew bundle [install] will try to write the lockfile in the Nix store,
- and complain that it can't (though the command will run successfully regardless).
+ When enabled, lockfiles aren't generated when you manually invoke
+ brew bundle [install]. This is often desirable when
+ is enabled, since
+ brew bundle [install] will try to write the lockfile in the Nix store,
+ and complain that it can't (though the command will run successfully regardless).
- Sets the HOMEBREW_BUNDLE_NO_LOCK environment variable, by adding it to
- .
+ Sets the HOMEBREW_BUNDLE_NO_LOCK environment variable, by adding it to
+ .
'';
};