diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:57:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-06 13:57:25 -0600 |
| commit | 6ddf84ec76f32d4e7f7bfbfbcb2595449055c7ac (patch) | |
| tree | 29aacc63a22f9d04830338c3bddc51d8350c8781 /modules/yubico/hm.nix | |
| parent | 31711962b9ae7985287b98a165a52c40da402f4b (diff) | |
modules/yubico: initialcommit
Diffstat (limited to 'modules/yubico/hm.nix')
| -rw-r--r-- | modules/yubico/hm.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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 + ]; +} |
