6 lines
113 B
Nix
6 lines
113 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
hardware.enableAllFirmware = true;
|
|
hardware.trackpoint.emulateWheel = true;
|
|
}
|