From 82435eb96df9aca1e4f9cc9d1c9c9b1e32fb8c41 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 23 May 2016 00:38:51 +0200 Subject: [PATCH] keepass: use keepass-keefox plugin --- configuration/steveej-laptop/pkg.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/steveej-laptop/pkg.nix b/configuration/steveej-laptop/pkg.nix index 7b80910..0d4ea0a 100644 --- a/configuration/steveej-laptop/pkg.nix +++ b/configuration/steveej-laptop/pkg.nix @@ -33,6 +33,10 @@ in gnutls = true; }; + keepass = pkgs.keepass.override { + plugins = [ pkgs.keepass-keefox ]; + }; + # TODO: implement support for this # libvirt = { # xenSupport = false;