mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
7 lines
110 B
Nix
7 lines
110 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.pcscd.enable = true;
|
|
|
|
environment.systemPackages = [ pkgs.yubioath-flutter ];
|
|
}
|