From 7e1accfe11a2cb0b7561e4a89a785288336ee292 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 6 May 2018 21:29:32 +0200 Subject: machines/tyree: Add auxiliary pkgs around KMyMoney Those are useful for HBCI/FinTS support and scraping other banking websites. KGPG is for encrypting the ledger. Signed-off-by: aszlig Cc: @brokkoliberta --- machines/aszlig/managed/tyree.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix index 59f9cddb..151a53ef 100644 --- a/machines/aszlig/managed/tyree.nix +++ b/machines/aszlig/managed/tyree.nix @@ -23,7 +23,8 @@ ''; environment.systemPackages = with pkgs; [ - darktable digikam firefox gphoto2 kmymoney krita mosh rawtherapee wget + aqbanking darktable digikam firefox gwenhywfar gphoto2 kgpg kmymoney krita + mosh python2Packages.weboob rawtherapee wget ]; fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D"; -- cgit 1.4.1