diff --git a/modules/keymaps.nix b/modules/keymaps.nix index bc4db7a6..2780bce9 100644 --- a/modules/keymaps.nix +++ b/modules/keymaps.nix @@ -68,7 +68,10 @@ with lib; count = length def.value; plural = count > 1; in - "Found ${toString count} use${optionalString plural "s"} in ${def.file}" + '' + Found ${toString count} use${optionalString plural "s"} in ${def.file}: + ${generators.toPretty { } def.value} + '' )) ]; in