Adding yubikey-manager

This commit is contained in:
Annika Merris 2024-05-27 09:36:51 -04:00
parent 2c324ff635
commit 0ffe9635ba
3 changed files with 37 additions and 0 deletions

View file

@ -75,6 +75,7 @@ inputs.nixpkgs.lib.nixosSystem {
vscode.enable = true;
# Utilities
# git is not optional
yubikey.enable = true;
}
];
}