nixos-config/config/programs/yubikey.nix

5 lines
78 B
Nix

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