cleaned up v1

This commit is contained in:
lsoriano-mcm
2025-06-28 17:56:08 -05:00
parent b7d0583aaf
commit d9128fcf06
8 changed files with 9 additions and 36 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
busybox
];
}