update all deps

This commit is contained in:
2025-12-02 11:18:49 -05:00
parent dfd4b364fd
commit b81a57ddb8
27 changed files with 533 additions and 449 deletions

View File

@@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
home.packages = with pkgs; [
hledger
hledger-ui
@@ -10,7 +7,7 @@
];
home.sessionVariables = {
LEDGER_FILE="~/finance/current.journal";
LEDGER_FILE = "~/finance/current.journal";
};
programs.ledger = {