mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
7 lines
86 B
Nix
7 lines
86 B
Nix
|
|
{
|
||
|
|
hardware.opentabletdriver = {
|
||
|
|
enable = true;
|
||
|
|
daemon.enable = true;
|
||
|
|
};
|
||
|
|
}
|