nixos-config/hardware/ledger.nix

6 lines
61 B
Nix

{ config, pkgs, ... }:
{
hardware.ledger.enable = true;
}