Install hledger
This commit is contained in:
parent
5c367b4a07
commit
86197248c5
|
@ -5,6 +5,7 @@
|
|||
LANG = "en_US.UTF-8";
|
||||
EDITOR = "nvim";
|
||||
RCLONE_CONFIG = "${programs/rclone.conf}";
|
||||
LEDGER_FILE = "~/Sync/Budget.journal";
|
||||
};
|
||||
home.keyboard.layout = "us";
|
||||
home.keyboard.variant = "3l";
|
||||
|
@ -26,6 +27,7 @@
|
|||
termdown
|
||||
yt-dlp
|
||||
magic-wormhole-rs
|
||||
hledger
|
||||
] ++ (import ../system/home-manager.nix).extraPackages pkgs;
|
||||
editorconfig = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue