flake/hosts/modules/flipperzero.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

6 lines
110 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# flipper zero desktop app
qflipper
];
}