aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/tdback/desktop.nix2
-rw-r--r--users/tdback/modules/shell/default.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/users/tdback/desktop.nix b/users/tdback/desktop.nix
index 5760bc0..c117e2f 100644
--- a/users/tdback/desktop.nix
+++ b/users/tdback/desktop.nix
@@ -49,10 +49,12 @@ in
feh
gimp
gitu
+ hledger
imagemagick
mpv
nixd
pciutils
+ (python312.withPackages (ps: with ps; [ uv ]))
zathura
];
diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix
index 329ac96..653c7a8 100644
--- a/users/tdback/modules/shell/default.nix
+++ b/users/tdback/modules/shell/default.nix
@@ -37,6 +37,7 @@
EDITOR = "vi";
KEYTIMEOUT = 1;
LC_ALL = "en_US.UTF-8";
+ LEDGER_FILE = "$HOME/Documents/finance/2025.journal";
LESSHISTFILE = "-";
MANPAGER = "less -R --use-color -Dd+r -Du+b";
};