drivers: Add opentablet

This commit is contained in:
2026-03-19 21:41:20 +01:00
parent dcda6ea9b8
commit 300a594250
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
development-tools
tailscale
opentablet
#TODO: laptop specific aspects like powertop
];

View File

@@ -0,0 +1,8 @@
{
flake.modules.nixos.opentablet = {
hardware.opentabletdriver = {
enable = true;
daemon.enable = true;
};
};
}