nixos-configs/modules/belgian-eid.nix

8 lines
148 B
Nix
Raw Normal View History

{ config, lib, pkgs, pkgs-unstable, ... }:
2021-07-16 21:09:58 +02:00
{
services.pcscd.enable = true;
environment.systemPackages = with pkgs-unstable; [
2021-07-16 21:09:58 +02:00
eid-mw
];
}