summaryrefslogtreecommitdiff
path: root/modules/devenv/dotfiles.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devenv/dotfiles.nix')
-rw-r--r--modules/devenv/dotfiles.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/devenv/dotfiles.nix b/modules/devenv/dotfiles.nix
index 7f11194..ca3108c 100644
--- a/modules/devenv/dotfiles.nix
+++ b/modules/devenv/dotfiles.nix
@@ -14,8 +14,11 @@ in {
gitignore =
lib.mkEnableOption ""
// {
- default = true;
- description = "Whether git should ignore this dotfile, typically if it is generated to contain absolute paths.";
+ description = ''
+ Whether git should ignore this dotfile, typically if it is
+ generated to contain absolute paths and is specific to this
+ project (and may not be ignored system-wide by the user).
+ '';
};
text = lib.mkOption {
type = lib.types.lines;