forked from Shinonome/dots-hyprland
mv switchwall
This commit is contained in:
@@ -49,10 +49,13 @@
|
||||
|
||||
installPhase = ''
|
||||
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 [
|
||||
pkgs.jq
|
||||
pkgs.imagemagick
|
||||
|
||||
Reference in New Issue
Block a user