Skip to content

Commit

Permalink
nixos/hardware/yubikey: enable yubikey-managers
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 31, 2024
1 parent dd9bf7a commit c692b23
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/nixos/hardware/yubikey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ in

environment.systemPackages = with pkgs; [
# Yubico's official tools
# FIXME: broken nixpkgs
# yubikey-manager # cli
# yubikey-manager-qt # gui
yubikey-manager # cli
yubikey-manager-qt # gui
yubikey-personalization # cli
yubikey-personalization-gui # gui
yubico-piv-tool # cli
#yubioath-flutter # gui
yubioath-flutter # gui
reload-yubikey
];

Expand Down

0 comments on commit c692b23

Please sign in to comment.