add beancount back

This commit is contained in:
Tyler Starr 2024-01-13 14:35:44 -08:00
parent b4cf3f650f
commit 19367553c0

View File

@ -17,8 +17,8 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
(python3.withPackages my-python-packages) (python3.withPackages my-python-packages)
beancount
fava fava
beancount
nodePackages_latest.pyright nodePackages_latest.pyright
]; ];
}; };