Dasha : Add OpenTabletDriver.

This commit is contained in:
Dmitry Voronin 2024-01-26 16:52:34 +03:00
parent 28d7dac86c
commit 2ebf11119f
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
./HardwareConfiguration.nix
./Tablet.nix
../Common.nix
../PowersaveIntel.nix
../AmdGpu.nix

View file

@ -0,0 +1,5 @@
{ ... }:
{
hardware.opentabletdriver.enable = true;
}