This commit is contained in:
Ivan Dimitrov 2023-09-17 16:36:01 +03:00
parent 6a99f32f81
commit d4dc7b3878

View File

@ -52,7 +52,7 @@
}; };
environment = { environment = {
systemPackages = with pkgs; [ coreutils-full fd git vim mlocate ]; systemPackages = with pkgs; [ coreutils-full fd git vim mlocate busybox ];
}; };
} }