From 422e396bbd3744103723439b6234e8fadb8be052 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 1 Jun 2023 23:46:09 +0200 Subject: [PATCH] Add arduino --- nixos-configurations/laptop/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index f19fc6d..0c0e5e3 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -29,5 +29,8 @@ key = "86C465C22C8A4D56"; }; }; + home.packages = with pkgs; [ + arduino + ]; }; }