feat: add Flipper Zero tools (dfu-util + qFlipper) 🐬

This commit is contained in:
DannyDannyDanny 2026-04-04 11:25:54 +02:00
parent f3854af82a
commit 8ce36f8726
2 changed files with 2 additions and 0 deletions

View file

@ -213,6 +213,7 @@
# zed-editor # TODO: Bloat # zed-editor # TODO: Bloat
code-cursor code-cursor
cursor-cli cursor-cli
dfu-util # USB DFU firmware flasher (Flipper Zero etc.)
discord discord
mapscii mapscii
mpv mpv

View file

@ -39,6 +39,7 @@ in {
casks = [ casks = [
"google-chrome" "google-chrome"
"disk-inventory-x" # Apple Silicon uses Homebrew; nixpkgs package is x86_64-darwin only. "disk-inventory-x" # Apple Silicon uses Homebrew; nixpkgs package is x86_64-darwin only.
"qflipper" # Flipper Zero firmware updater GUI
]; ];
onActivation.cleanup = "zap"; onActivation.cleanup = "zap";
}; };