add some yubikey tools

This commit is contained in:
陈浩南 2023-06-26 22:46:56 +08:00
parent 1aa8beead1
commit d852f7fdf7
2 changed files with 11 additions and 1 deletions

View File

@ -81,6 +81,7 @@ inputs:
mpv inputs.config.nur.repos.xddxdd.svp
jetbrains.clion android-studio
# localPackages.typora
yubikey-manager yubikey-manager-qt yubikey-personalization yubikey-personalization-gui
]
++ (with inputs.lib; filter isDerivation (attrValues inputs.pkgs.plasma5Packages.kdeGear));
programs.wireshark = { enable = true; package = inputs.pkgs.wireshark; };

View File

@ -39,7 +39,16 @@ inputs:
};
};
adb.enable = true;
gnupg.agent =
{
enable = true;
enableSSHSupport = true;
};
};
services =
{
fwupd.enable = true;
udev.packages = [ inputs.pkgs.yubikey-personalization ];
};
services.fwupd.enable = true;
};
}