Drawing Tablet: Difference between revisions
Created the page, and filled out information for configuring unsupported tablets. |
Update Installing DIGImend Driver, can just autoselect the kernel package version. https://discourse.nixos.org/t/automatically-selecting-appropriate-version-of-a-kernel-module-package/50708/2 |
||
| Line 17: | Line 17: | ||
==== Installing DIGImend Driver ==== | ==== Installing DIGImend Driver ==== | ||
Add the Kernel package {{Nixos:package|digimend}} | Add the specific Kernel package module {{Nixos:package|digimend}}, or by auto-selection with <code>config.boot.kernelPackages</code>. | ||
Then enable the service. | |||
{ | { | ||
| Line 23: | Line 25: | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
<code>config.boot.kernelPackages.digimend</code> | |||
]; | ]; | ||