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:
parent
785d13d7fd
commit
6b465331a0
1 changed files with 6 additions and 2 deletions
|
@ -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/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue