feat: make shell alias to reboot to macos

This commit is contained in:
Ahwx 2026-06-21 11:46:23 +02:00
parent a9efa0bcff
commit 836588aa79
2 changed files with 2 additions and 0 deletions

View file

@ -285,6 +285,7 @@
tailscale = "sudo tailscale";
finder = "open -a Finder";
fucking = "systemctl --user restart";
reboot-to-macos = "sudo asahi-bless --set-boot 1";
# NixOS
ns = "nix-shell --run zsh";