From c729b723076fa4e0c3112ab7d4a48a4a59c77948 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 21:56:23 +0200 Subject: Inline ledger configuration --- user/modules/ledger.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'user/modules') diff --git a/user/modules/ledger.nix b/user/modules/ledger.nix index 05102153..61d3df7e 100644 --- a/user/modules/ledger.nix +++ b/user/modules/ledger.nix @@ -1,5 +1,8 @@ { config, pkgs, ... }: { - home.file.".ledgerrc".source = ../ledger/.ledgerrc; + home.file.".ledgerrc".text = '' + --date-format %F + --start-of-week 1 + ''; } -- cgit 1.4.1