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
|
distrobox
|
||||||
dive
|
dive
|
||||||
sops
|
sops
|
||||||
|
arduino-ide
|
||||||
];
|
];
|
||||||
programs.go = {
|
programs.go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
"dialout"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue