chore: update flake
This commit is contained in:
parent
25482857d4
commit
b4b7997ac5
11 changed files with 163 additions and 140 deletions
7
system/modules/card-reader.nix
Normal file
7
system/modules/card-reader.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.pcscd = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ ccid ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue