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";