From c53dc3b27090ee7bc3748bf481a3bd0fd6a44176 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 6 Jan 2024 14:54:09 +0300 Subject: [PATCH] home/editor: add arduino ide --- home/modules/editor.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/editor.nix b/home/modules/editor.nix index e10c49a..13f2b83 100644 --- a/home/modules/editor.nix +++ b/home/modules/editor.nix @@ -99,6 +99,8 @@ in home.packages = [ pkgs.ltex-ls myneovim + + pkgs.unstable.arduino-ide ]; home.sessionVariables.EDITOR = "nvim";