mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: make shell alias to reboot to macos
This commit is contained in:
parent
a9efa0bcff
commit
836588aa79
2 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
environment = {
|
||||
systemPackages = [
|
||||
pkgs.asahi-bless
|
||||
pkgs.monero-gui
|
||||
pkgs.btrfs-progs
|
||||
pkgs.apfs-fuse
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue