nixos-config/config/programs/yubikey.nix

5 lines
76 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
yubikey-manager-qt
];
}