flake/hosts/modules/chameleonultragui.nix
_cry64 01e3449449 added modules for qFlipper, ChameleonUltraGUI, and AngryOxide
ChameleonUltraGUI and AngryOxide also had derivations written to package them
2025-05-11 22:29:40 +10:00

5 lines
117 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
(callPackage ../packages/chameleonultragui {})
];
}