feat: Add Just recipe for nh os

This commit is contained in:
punkfairie 2025-01-06 18:45:16 -08:00
parent 04407ae45f
commit e65fde6ead
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -13,6 +13,11 @@ deployhome user=defuser host=defhost:
refreshhome:
home-manager switch --refresh -b bak --flake .
alias do := deployos
[group('nixos')]
deployos host=defhost:
nh os switch -H {{host}} . -- --impure
alias dd := deploydarwin
[group('darwin')]
deploydarwin host=defhost: