dotfiles/hosts/modules/flipperzero.nix
Emile Clark-Boman 3bc320cc6a 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
];
}