Update thor flake
This commit is contained in:
parent
a1b6645fb8
commit
0cbcfa9fa0
19 changed files with 27 additions and 1190 deletions
11
nixos_modules/pentablet.nix
Normal file
11
nixos_modules/pentablet.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, modulesPath, ...}:
|
||||
{
|
||||
# udev rules
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="uinput",MODE:="0666",OPTIONS+="static_node=uinput"
|
||||
SUBSYSTEMS=="usb",ATTRS{idVendor}=="28bd",MODE:="0666"
|
||||
'';
|
||||
|
||||
# XP-Pen tablet driver
|
||||
environment.systemPackages = [ pkgs.pentablet-driver ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue