diff --git a/nixos/features/hardware/yubikey.nix b/nixos/features/hardware/yubikey.nix index e288ded..c0e804a 100644 --- a/nixos/features/hardware/yubikey.nix +++ b/nixos/features/hardware/yubikey.nix @@ -1,10 +1,13 @@ { pkgs, lib, ... }: { environment.systemPackages = with pkgs; [ - yubikey-personalization + yubikey-manager + yubioath-flutter + age-plugin-yubikey + yubikey-touch-detector ]; - services.udev.packages = with pkgs; [ - yubikey-personalization + services.udev.packages = with pkgs; [ + yubikey-personalization ]; services.pcscd.enable = true;