nixos-hardware/samsung/np900x3c/default.nix

6 lines
77 B
Nix

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