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;