From 0fa4e8c6c03f77cbac16931532b81c74180f2504 Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 10 Feb 2026 22:57:03 +0700 Subject: [PATCH] add esptool --- modules/home/core/apps.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 92ccbae..03b158c 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { nixpkgs.config.allowUnfree = true; - + home = { sessionVariables = { EDITOR = "nvim"; @@ -49,6 +49,7 @@ python314 jdk25_headless arduino-cli + esptool ]; }; -} \ No newline at end of file +}