diff options
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix index d6af79c..8689a2b 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -29,6 +29,10 @@ in source = ./editorconfig; target = ".editorconfig"; }; + hledger = { + source = ./hledger.journal; + target = ".hledger.journal"; + }; }; }; |