Get yubikeys working

This commit is contained in:
Elnu 2023-01-06 17:01:57 -08:00
parent ed12d151a7
commit 3b1c160604
2 changed files with 4 additions and 1 deletions

View file

@ -27,8 +27,12 @@
package = pkgs.i3-gaps;
};
};
udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true;
};
environment.systemPackages = with pkgs; [ yubioath-flutter ];
# Enable OpenTabletDriver, GUI configurator is otd-gui
hardware.opentabletdriver.enable = true;