From 92775021d6d504e3dc5c721fe725e373ffe5071e Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 19 Jun 2024 01:23:22 +0200 Subject: [PATCH] chore: add home install Taskfile target --- taskfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/taskfile.yaml b/taskfile.yaml index c44ff2f..599a928 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -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: