mv arduino to modules

This commit is contained in:
smayzy
2025-07-21 13:55:23 +02:00
parent b100324fba
commit 763cd548f4
6 changed files with 24 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ in
dev.enable = true;
gaming.enable = true;
};
arduino.enable = true;
};
};
}
+1
View File
@@ -37,6 +37,7 @@ in
dev.enable = true;
media.enable = true;
};
arduino.enable = true;
};
services.logind.lidSwitch = "ignore";
};