mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
11 lines
136 B
Nix
11 lines
136 B
Nix
{...}: {
|
|
hardware = {
|
|
enableAllFirmware = true;
|
|
|
|
trackpoint = {
|
|
enable = true;
|
|
emulateWheel = true;
|
|
};
|
|
};
|
|
}
|