all repos — nixfiles @ c729b723076fa4e0c3112ab7d4a48a4a59c77948

System and user configuration, managed by nix and home-manager

Inline ledger configuration

Alan Pearce
commit

c729b723076fa4e0c3112ab7d4a48a4a59c77948

parent

32259e9f49a9e4d7790f4fd694d573355c89a943

2 files changed, 4 insertions(+), 3 deletions(-)

jump to
D user/ledger/.ledgerrc
@@ -1,2 +0,0 @@
---date-format %F ---start-of-week 1
M user/modules/ledger.nixuser/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 + ''; }