add esptool

This commit is contained in:
Satria 2026-02-10 22:57:03 +07:00
commit 0fa4e8c6c0

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home = { home = {
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
@ -49,6 +49,7 @@
python314 python314
jdk25_headless jdk25_headless
arduino-cli arduino-cli
esptool
]; ];
}; };
} }