Add Arduino IDE

This commit is contained in:
2026-05-03 13:24:47 +02:00
parent f8bec207a9
commit 6dd46c0844
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
arduino-ide
];
}

View File

@@ -5,7 +5,7 @@
initialPassword = "welcome";
isNormalUser = true;
description = "Armel van Ravels";
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "libvirtd" "dialout"];
packages = with pkgs; [
home-manager
legcord