Dasha : Add OpenTabletDriver.
This commit is contained in:
parent
28d7dac86c
commit
2ebf11119f
|
@ -3,6 +3,7 @@
|
|||
{
|
||||
imports = [
|
||||
./HardwareConfiguration.nix
|
||||
./Tablet.nix
|
||||
../Common.nix
|
||||
../PowersaveIntel.nix
|
||||
../AmdGpu.nix
|
||||
|
|
5
.config/linux/system/dasha/Tablet.nix
Normal file
5
.config/linux/system/dasha/Tablet.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
hardware.opentabletdriver.enable = true;
|
||||
}
|
Reference in a new issue