mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
5 lines
227 B
Bash
Executable file
5 lines
227 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/
|