replacing busybox with toybox

This commit is contained in:
Ivan Dimitrov 2023-12-13 16:49:35 +02:00
parent 731ef68429
commit 1146e4c2a9
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
bingwp = {
Service = {
Environment = [
"PATH=${pkgs.curl}/bin:${pkgs.wget}/bin:${pkgs.xdg-user-dirs}/bin:${pkgs.jq}/bin:${pkgs.busybox}/bin:${pkgs.bash}/bin:${pkgs.swaybg}/bin"
"PATH=${pkgs.curl}/bin:${pkgs.wget}/bin:${pkgs.xdg-user-dirs}/bin:${pkgs.jq}/bin:${pkgs.toybox}/bin:${pkgs.bash}/bin:${pkgs.swaybg}/bin"
"WAYLAND_DISPLAY=wayland-1"
];
ExecStart = [ "${pkgs.scripts}/bin/bingwp" ];

View File

@ -50,7 +50,7 @@
systemPackages = with pkgs; [
binutils
bun
busybox
toybox
cmatrix
coreutils-full
cryptsetup