aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-08-23 01:42:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-08-23 01:42:40 +0200
commita8b7c2dd774758267f6dc78c425c3cd1e67ffcc8 (patch)
treecd20f02f0d3456c098088210a0bf260bfdb8c725
parentmodules/river/keymap: Use correct `mpp` command for selecting previous track (diff)
downloadnixos-config-a8b7c2dd774758267f6dc78c425c3cd1e67ffcc8.zip
modules/hledger: Use pretty output by default
-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
'';
};
};