mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
5 lines
253 B
Bash
Executable file
5 lines
253 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
[[ $(command -v nixos-rebuild) ]] && nh os switch ~/.config/flake
|
|
[[ $(command -v darwin-rebuild) ]] && darwin-rebuild switch --flake ~/.config/flake/
|
|
[[ $(command -v home-manager) ]] && home-manager switch --flake ~/.config/flake/
|