8 lines
122 B
Nix
Executable file
8 lines
122 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
services.pcscd.enable = true;
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
yubioath-desktop
|
|
];
|
|
}
|