feat: add support for canokeys

This commit is contained in:
Ryan Yin
2026-06-14 11:38:56 +08:00
parent eaacb0f9e7
commit d837f961f2
6 changed files with 48 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
pcsc-tools
];
}