We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141441e commit ebf7f1cCopy full SHA for ebf7f1c
nixos/modules/programs/yubikey-manager.nix
@@ -12,6 +12,8 @@ in
12
options = {
13
programs.yubikey-manager = {
14
enable = lib.mkEnableOption "yubikey-manager";
15
+
16
+ package = lib.mkPackageOption pkgs "yubikey-manager" { };
17
};
18
19
0 commit comments