From 6ddf84ec76f32d4e7f7bfbfbcb2595449055c7ac Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 6 Aug 2025 13:57:25 -0600 Subject: modules/yubico: initialcommit --- modules/yubico/hm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/yubico/hm.nix (limited to 'modules/yubico/hm.nix') diff --git a/modules/yubico/hm.nix b/modules/yubico/hm.nix new file mode 100644 index 0000000..8d06368 --- /dev/null +++ b/modules/yubico/hm.nix @@ -0,0 +1,9 @@ +{ + pkgs, + lib, + ... +}: { + home.packages = [ + pkgs.yubikey-manager + ]; +} -- cgit v1.2.3