mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
9 lines
154 B
Nix
9 lines
154 B
Nix
|
{ config, lib, ... }: {
|
||
|
imports = [
|
||
|
../.
|
||
|
../../yoga.nix
|
||
|
];
|
||
|
|
||
|
services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
|
||
|
}
|