chore: add home install Taskfile target
This commit is contained in:
parent
faf8873b43
commit
92775021d6
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ tasks:
|
|||
cmds:
|
||||
- doas nixos-rebuild --flake .#{{.TARGET}} switch
|
||||
|
||||
home:*:
|
||||
vars:
|
||||
TARGET: "{{index .MATCH 0}}"
|
||||
cmds:
|
||||
- home-manager switch --flake .#{{.TARGET}}
|
||||
|
||||
test:*:
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue