.dotfiles/run_nix-rebuild.sh
Tyler Mayoff 76ae3ac2b0 cleanup
2025-07-07 22:23:37 -04:00

7 lines
235 B
Bash
Executable file

#!/usr/bin/env bash
[[ $(command -v nixos-rebuild) ]] && nh os switch ~/.config/flake
[[ $(command -v darwin-rebuild) ]] && nh darwin switch ~/.config/flake/
[[ $(command -v home-manager) ]] && nh home switch ~/.config/flake/
exit 0