mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
6 lines
77 B
Nix
6 lines
77 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
services.xserver.synaptics.enable = lib.mkDefault true;
|
|
}
|