1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 18:43:34 +02:00
nixos-hardware/samsung/np900x3c/default.nix
2017-12-25 22:07:47 +00:00

8 lines
113 B
Nix

# TODO: use ../../common/pc/laptop
{ lib, ... }:
{
services.xserver.synaptics.enable = lib.mkDefault true;
}