feat(packages): new lmms package

Also replaces the lmms package in shared/home-manager that we pull from
nixpkgs and uses this instead
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-16 13:57:00 -03:00
parent 4b056829fc
commit 203ae22384
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 177 additions and 2 deletions

View file

@ -73,6 +73,7 @@
formatter."${system}" = pkgs.nixfmt-rfc-style;
packages."${system}" = {
lmms = pkgs.callPackage ./packages/lmms/package.nix { };
miraclecast = pkgs.callPackage ./packages/miraclecast.nix { };
wb32dfu-udev-rules = pkgs.callPackage ./packages/wb32dfu-udev-rules { };
};