diff --git a/flake.nix b/flake.nix index 6d375ab..9cb86e9 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ } totp() { - ${pkgs.oathToolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1) + ${pkgs.oath-toolkit}/bin/oathtool --totp --base32 $(${pkgs.pass}/bin/pass show $1) } ''; plugins = [