infra/nixos-configuration/common/steveej-live-usb/hw.nix

6 lines
113 B
Nix

{ config, lib, pkgs, ... }:
{
hardware.enableAllFirmware = true;
hardware.trackpoint.emulateWheel = true;
}