1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/samsung/np900x3c/default.nix

8 lines
113 B
Nix
Raw Permalink Normal View History

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