Added more yubikey tools

This commit is contained in:
2026-02-13 09:50:06 +00:00
parent 1c5319f82f
commit 15a6a14b7e
2 changed files with 6 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ in {
pkgs.vivaldi-ffmpeg-codecs
pkgs.warpinator
pkgs.xarchiver
pkgs.yubikey-agent
pkgs.yubikey-manager
pkgs.zathura
unstablePkgs.zeal
unstablePkgs.zed-editor

View File

@@ -106,5 +106,9 @@ in {
enableSSHSupport = true;
};
virt-manager.enable = true;
yubikey-touch-detector = {
enable = true;
libnotify = true;
};
};
}