about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-06 21:29:32 +0200
committeraszlig <aszlig@nix.build>2018-05-06 21:29:32 +0200
commit7e1accfe11a2cb0b7561e4a89a785288336ee292 (patch)
tree97b548196f432b10e305cb00ad949f5cc7e88c89 /machines/aszlig
parent8a64481ae4a94a026ba3fd75a84e28a18c37b0c2 (diff)
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 <aszlig@nix.build>
Cc: @brokkoliberta
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/managed/tyree.nix3
1 files changed, 2 insertions, 1 deletions
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";