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.
2 parents c226823 + ebf7f1c commit 714e7c1Copy full SHA for 714e7c1
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