made hm profile for home desktop.

This commit is contained in:
Gabe Venberg 2024-05-15 11:32:19 -05:00
parent 13a813a32a
commit d9e424dcfb
6 changed files with 19 additions and 5 deletions

View file

@ -2,12 +2,15 @@ default:
just --list
nixos target=`hostname`:
git add -AN
sudo nixos-rebuild --flake .#{{target}} switch
home-manager target=(`whoami`+"@"+`hostname`):
git add -AN
home-manager --flake .#{{target}} switch
check-home-manager target=(`whoami`+"@"+`hostname`):
git add -AN
home-manager build --no-out-link --flake .#{{target}}
bootstrap-home-manager target=(`whoami`+"@"+`hostname`):