Add Arduino support, dialout group, and Zed skill

- Enable the Arduino IDE flatpak and add it to the system modules list.

- Add the user to the `dialout` group for serial device access.
- Include a new Zed skill configuration that fetches a remote skill
  file.
This commit is contained in:
2026-06-22 17:10:51 +02:00
parent 76b582330e
commit 551463fe38
7 changed files with 26 additions and 0 deletions
+1
View File
@@ -66,6 +66,7 @@
"vboxusers" # Virtual Box
"gamemode"
"lpadmin"
"dialout"
];
shell = with pkgs; (
if shell == "fish"