7 lines
133 B
Nix
7 lines
133 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
services.pcscd.enable = true;
|
|
environment.systemPackages = with pkgs.unstable; [
|
|
eid-mw
|
|
];
|
|
}
|