Please use https://github.com/tuxedocomputers/tuxedo-keyboard instead, this includes tuxedo-io, formerly tuxedo-cc-wmi
Package for the wmi drivers for tuxedo notebooks.
Tested with the tuxedo InfityBook Pro 15 v4.
Installs the kernel module.
Clone this repo, import the module in your configuration.nix
, and use it.
imports =
[
/path/where/this/is/cloned/modules/tuxedo-cc-wmi.nix
];
tuxedo-cc-wmi.enable = true;
- clean this repo up a bit more
- figure out if this is actually helping with anything 🤷