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
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
libnotify
|
libnotify
|
||||||
pass
|
(pass.withExtensions (ext: [ ext.pass-otp ]))
|
||||||
pwgen
|
pwgen
|
||||||
rofi
|
rofi
|
||||||
utillinux
|
utillinux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user