mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
add support for lenovo X1 yoga
This commit is contained in:
8
lenovo/thinkpad/x1/yoga/default.nix
Normal file
8
lenovo/thinkpad/x1/yoga/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, ... }: {
|
||||
imports = [
|
||||
../.
|
||||
../../yoga.nix
|
||||
];
|
||||
|
||||
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||||
}
|
||||
Reference in New Issue
Block a user