Drawing Tablet: Difference between revisions

Slips (talk | contribs)
Created the page, and filled out information for configuring unsupported tablets.
 
Slips (talk | contribs)
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}} and enable the service.  
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 = [
     pkgs.'''linuxKernel.packages.linux_6_9.digimend'''
     <code>config.boot.kernelPackages.digimend</code>
   ];
   ];