From 5b5ab8c9a175852b7a7988ca59843973e0be357d Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 21 Feb 2024 09:45:32 -0500 Subject: [PATCH] peripherals/yubikey: add yubioath-flutter --- modules/modules/hardware/peripherals/yubikey.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/modules/hardware/peripherals/yubikey.nix b/modules/modules/hardware/peripherals/yubikey.nix index ad1a443..259140d 100644 --- a/modules/modules/hardware/peripherals/yubikey.nix +++ b/modules/modules/hardware/peripherals/yubikey.nix @@ -15,6 +15,7 @@ in yubikey-personalization yubikey-personalization-gui yubico-piv-tool + yubioath-flutter ]; services.udev.packages = [ pkgs.yubikey-personalization ]; services.pcscd.enable = true;