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