feat: add Flipper Zero tools (dfu-util + qFlipper) 🐬
This commit is contained in:
parent
f3854af82a
commit
8ce36f8726
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue