linuxware/packages
2025-03-07 22:44:08 -03:00
..
wb32dfu-udev-rules refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00
miraclecast.nix feat(packages): add miraclecast 2025-03-07 22:44:08 -03:00
README.md feat(packages): add miraclecast 2025-03-07 22:44:08 -03:00
zenergy.nix refactor!: restructure and document configuration 2025-03-06 05:30:47 -03:00

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.

Unfortunately this cannot be outputted as a package in the flake since to create a derivation the kernel parameter must be present, which, each user will have their own kernel package.

Thus you need to copy the zenergy.nix file somewhere in your configuration and inside boot.extraModulePackages pass the package with the following expression: config.boot.kernelPackages.callPackage ./path/to/zenergy.nix; successfully installing the package onto your system.

wb32dfu-udev-rules

This package installs the udev rules necessary to allow flashing QMK/Vial onto keyboards that use WB32-DFU bootloaders.

It is meant to be used in tandem with NixOS using the services.udev.packages configuration.

miraclecast

This is a suite of programs that allows you to connect external monitors through Wi-Fi, though unfortunately some of the programs have no documentation and some an unhelpful help command too.

Currently the package is available in nixpkgs however it currently fails to compile, so you have to rely on my configuration of this package or wait for nixpkgs#387762 to be merged.