From cb68af5842bead368f0671f81dc90b5e46b6d40b Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 27 Aug 2023 17:01:55 +0200 Subject: devenv: nix: add formatter to emacs --- modules/devenv/dotfiles.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/devenv/dotfiles.nix') 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; -- cgit v1.2.3