added arduino
This commit is contained in:
parent
801ea6a00e
commit
5daaa8cc4a
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ in
|
|||
distrobox
|
||||
dive
|
||||
sops
|
||||
arduino-ide
|
||||
];
|
||||
programs.go = {
|
||||
enable = true;
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"dialout"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue