Opentabletdriver module and cleanup
This commit is contained in:
parent
42935759a3
commit
fec002c10b
5 changed files with 19 additions and 34 deletions
6
nixos/opentabletdriver.nix
Normal file
6
nixos/opentabletdriver.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
hardware.opentabletdriver = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -22,9 +22,4 @@ in
|
|||
|
||||
# XP-Pen tablet driver
|
||||
environment.systemPackages = [ drivers ];
|
||||
|
||||
# hardware.opentabletdriver = {
|
||||
# enable = true;
|
||||
# daemon.enable = true;
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue