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, ... }: {
nixpkgs.config.allowUnfree = true;
home = {
sessionVariables = {
EDITOR = "nvim";
@ -49,6 +49,7 @@
python314
jdk25_headless
arduino-cli
esptool
];
};
}
}