Update flake bin. (#712)

This commit is contained in:
Jas Singh
2025-01-11 03:00:31 -08:00
committed by GitHub
parent a9ad71ff42
commit db3fa88d18

View File

@@ -81,7 +81,7 @@
if [ "$#" -eq 0 ]; then
exec ${self.packages.${final.stdenv.system}.default}/bin/hyprpanel
else
exec ${ags.packages.${final.stdenv.system}.io}/bin/astal -i hyprpanel "$@"
exec ${ags.packages.${final.stdenv.system}.io}/bin/astal -i hyprpanel "$*"
fi
'';
};