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
dive
sops
arduino-ide
];
programs.go = {
enable = true;

View file

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