1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-18 08:59:41 +01:00
nixos-hardware/lenovo/thinkpad/l13/yoga.nix
2021-07-01 13:52:08 +02:00

9 lines
171 B
Nix

{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
./.
../yoga.nix
];
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
}