1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/samsung/np900x3c/default.nix

6 lines
77 B
Nix
Raw Normal View History

{ lib, ... }:
{
services.xserver.synaptics.enable = lib.mkDefault true;
}