1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-17 16:39:40 +01:00
nixos-hardware/samsung/np900x3c/default.nix
2017-12-24 12:34:24 +00:00

5 lines
77 B
Nix

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