added modules for qFlipper, ChameleonUltraGUI, and AngryOxide

ChameleonUltraGUI and AngryOxide also had derivations written to package them
This commit is contained in:
Emile Clark-Boman 2025-05-11 22:29:40 +10:00
parent c626227f55
commit 3bc320cc6a
12 changed files with 1082 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# flipper zero desktop app
qflipper
];
}