Skip to content

Package the drivers for tuxedo notebook - CC wmi to be used on NixOS

License

Notifications You must be signed in to change notification settings

clushie/tuxedo-cc-wmi-nix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Please use https://github.com/tuxedocomputers/tuxedo-keyboard instead, this includes tuxedo-io, formerly tuxedo-cc-wmi

Tuxedo-CC-WMI-Nix

Package for the wmi drivers for tuxedo notebooks.

Tested with the tuxedo InfityBook Pro 15 v4.

Installs the kernel module.

Usage

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;
TODOs
  • clean this repo up a bit more
  • figure out if this is actually helping with anything 🤷

About

Package the drivers for tuxedo notebook - CC wmi to be used on NixOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%