zellij: Update HM pane

* cd into the home-manager directory
* `watchexec` to apply configuration automatically

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:36:50 +03:00
parent 785d13d7fd
commit 6b465331a0
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -48,10 +48,14 @@
} }
} }
} }
tab name="HM" cwd="~/nix" { tab name="HM" cwd="~/nix/home-manager" {
pane split_direction="vertical" { pane split_direction="vertical" {
pane pane
pane pane command="watchexec" {
args "-c" "--" "home-manager" "switch" "--flake" "path:/home/gkaklas/nix/home-manager/"
}
}
}
} }
} }
} }