nixos-config/hardware/ledger.nix

6 lines
61 B
Nix
Raw Normal View History

2019-10-19 12:55:35 +02:00
{ config, pkgs, ... }:
{
hardware.ledger.enable = true;
}