lenovo/thinkpad: Refactor of yogas

This commit is contained in:
Your Name
2021-07-01 13:52:08 +02:00
parent 6a77d708e7
commit c076216644
6 changed files with 20 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
./.
../yoga.nix
];
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
}