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

7 lines
113 B
Nix
Raw Normal View History

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