Skip to content

Commit

Permalink
Update flake bin. (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jas-SinghFSU authored Jan 11, 2025
1 parent a9ad71f commit db3fa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
Expand Down

0 comments on commit db3fa88

Please sign in to comment.