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