mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
lenovo/thinkpad: Refactor of yogas
This commit is contained in:
parent
6a77d708e7
commit
c076216644
6 changed files with 20 additions and 21 deletions
9
lenovo/thinkpad/l13/yoga.nix
Normal file
9
lenovo/thinkpad/l13/yoga.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ nixos, lib, pkgs, config, stdenv, ... }:
|
||||
{
|
||||
imports = [
|
||||
./.
|
||||
../yoga.nix
|
||||
];
|
||||
|
||||
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue