919 B
919 B
zenergy
This is a kernel driver that adds the ability for user to fetch power draw data from AMD CPUs. I maintain it in nixpkgs, so you shouldn't use this package unless it is broken in your current version of nixpkgs.
To use it you must add to boot.extraModulePackages
the following expression: <nixpkgs>.callPackage <linuxware>.packages.x86_64-linux.zenergy { kernel = <kernel package here> }
substituting the tags with their
appopriate replacements.
wb32dfu-udev-rules
This package installs the udev rules necessary to allow flashing QMK/Vial onto keyboards that use WB32-DFU bootloaders.
It is also meant to be used in tandem with NixOS using the
services.udev.packages
configuration.