made hm profile for home desktop.
This commit is contained in:
parent
13a813a32a
commit
d9e424dcfb
6 changed files with 19 additions and 5 deletions
3
justfile
3
justfile
|
@ -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`):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue