adds support for yubikeys

This commit is contained in:
2024-11-02 04:23:30 +01:00
parent e38ed1532a
commit 55c9fe6cea
8 changed files with 79 additions and 3 deletions

View File

@ -254,6 +254,9 @@ if [ "$#" -eq 0 ]; then
else
for arg in "$@"; do
case $arg in
--nixos)
sys_packages
;;
--home-manager)
homemanager
;;