added arduino

This commit is contained in:
Jakub Kropáček 2025-04-02 20:26:23 +02:00
parent 801ea6a00e
commit 5daaa8cc4a
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ in
distrobox distrobox
dive dive
sops sops
arduino-ide
]; ];
programs.go = { programs.go = {
enable = true; enable = true;

View file

@ -69,6 +69,7 @@
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"
"dialout"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };