linuxware/packages/README.md
Alexandre Cavalheiro S. Tiago da Silva 203ae22384
feat(packages): new lmms package
Also replaces the lmms package in shared/home-manager that we pull from
nixpkgs and uses this instead
2025-04-16 13:57:00 -03:00

45 lines
2.2 KiB
Markdown

## [zenergy](https://github.com/BoukeHaarsma23/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`](https://search.nixos.org/options?query=services.udev.packages) configuration.
## [miraclecast](https://github.com/albfan/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](https://github.com/NixOS/nixpkgs/pull/387762) to be merged.
## [lmms]
This is a free and open source DAW that is cross platform to Linux, Mac and Windows.
I maintain here a package since the [PR hasn't been merged](https://github.com/NixOS/nixpkgs/pull/377643) with a newer
version. It has not been updated for 5y, and unfortuantely, there hasn't been any releases of [lmms] since then, so an
unstable version was due to happen in [nixpkgs].
The version in [nixpkgs] also doesn't comes with [wine](https://www.winehq.org/) packaged alongside it, limiting your
options for instrument plugins drastically.
<!-- REFERENCES -->
[nixpkgs]: https://github.com/NixOS/nixpkgs/
[nixos]: https://nixos.org
[lmms]: https://lmms.io/