drivers: Add opentablet
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
development-tools
|
||||
tailscale
|
||||
opentablet
|
||||
|
||||
#TODO: laptop specific aspects like powertop
|
||||
];
|
||||
|
||||
8
modules/system-settings/opentablet.nix
Normal file
8
modules/system-settings/opentablet.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
flake.modules.nixos.opentablet = {
|
||||
hardware.opentabletdriver = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user