Make passbmenu type password directly
This commit is contained in:
parent
a61d8bbbf0
commit
44b21b13b7
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ let
|
|||
|
||||
[[ -n $password ]] || exit
|
||||
|
||||
${pkgs.pass-wayland}/bin/pass show -c "$password" 2>/dev/null
|
||||
password_value=$(${pkgs.pass-wayland}/bin/pass show "$password" 2>/dev/null)
|
||||
${pkgs.wtype}/bin/wtype "''${password_value}"
|
||||
'';
|
||||
in { home.packages = [ passbemenu ]; }
|
||||
|
|
Loading…
Add table
Reference in a new issue