mv switchwall

This commit is contained in:
kenji
2025-11-24 17:30:22 -06:00
parent 580865cb4c
commit ce86247d3e
@@ -49,10 +49,13 @@
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp switchwall.sh $out/bin/
chmod +x $out/bin/switchwall.sh
wrapProgram $out/bin/switchwall.sh \ # CHANGE HERE: Copy to 'switchwall' instead of 'switchwall.sh'
cp switchwall.sh $out/bin/switchwall
chmod +x $out/bin/switchwall
# UPDATE HERE: Wrap the new filename
wrapProgram $out/bin/switchwall \
--prefix PATH : "${pkgs.lib.makeBinPath [ --prefix PATH : "${pkgs.lib.makeBinPath [
pkgs.jq pkgs.jq
pkgs.imagemagick pkgs.imagemagick