rofi-pass: refactor add new optional dependency pass-otp
Rofi-pass as of a year ago added support for OTP passwords. This dependency is "optional" but extremely nice to have as a default. https://github.com/carnager/rofi-pass#requirements
This commit is contained in:
parent
60b59c34a8
commit
2623df3b09
pkgs/tools/security/pass
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||
gnugrep
|
||||
gnused
|
||||
libnotify
|
||||
pass
|
||||
(pass.withExtensions (ext: [ ext.pass-otp ]))
|
||||
pwgen
|
||||
rofi
|
||||
utillinux
|
||||
|
|
Loading…
Reference in New Issue