blob: f9c32e0f3a6d36829545b59496c2f398d7190d54 [file] [log] [blame]
Skyler Grey63904432024-02-20 23:25:45 +00001{ config, lib, ... }: {
2 options = {
3 chimera.yubikey.enable = lib.mkEnableOption "Enable support for YuibKeys";
4 };
5}