chore: add home install Taskfile target

This commit is contained in:
Yorick Barbanneau 2024-06-19 01:23:22 +02:00
parent faf8873b43
commit 92775021d6

View file

@ -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: