about summary refs log tree commit diff stats
path: root/modules/by-name/hl/lhedger/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/hl/lhedger/module.nix')
-rw-r--r--modules/by-name/hl/lhedger/module.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/by-name/hl/lhedger/module.nix b/modules/by-name/hl/lhedger/module.nix
index 36df4450..00c7d815 100644
--- a/modules/by-name/hl/lhedger/module.nix
+++ b/modules/by-name/hl/lhedger/module.nix
@@ -34,8 +34,11 @@ in {
         "hledger/hledger.conf".text =
           # ledger
           ''
-            # some comment
+            # Actually enforce more checks.
             --strict
+
+            # Use boxdrawing characters when possible.
+            --pretty
           '';
       };
     };