Commit a570c33aaab2

Vincent Demeester <vincent@sbr.pm>
2026-01-12 10:56:55
feat(kyushu): add lazyworktree for git worktree management
- Enable interactive worktree management workflow - Fix ntfy-sh service PATH to include coreutils - Prevent service failures from missing basic utilities Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ba7ea5b
Changed files (1)
systems
kyushu
systems/kyushu/home.nix
@@ -47,6 +47,7 @@ in
     qmk_hid
 
     wip.voxtype
+    lazyworktree
 
     startpaac
 
@@ -98,7 +99,7 @@ in
       Restart = "on-failure";
       RestartSec = 10;
       Environment = [
-        "PATH=${pkgs.bash}/bin:${pkgs.libnotify}/bin:${pkgs.ntfy-sh}/bin:${pkgs.xdg-utils}/bin:${pkgs.curl}/bin:${pkgs.passage}/bin"
+        "PATH=${pkgs.bash}/bin:${pkgs.coreutils}/bin:${pkgs.libnotify}/bin:${pkgs.ntfy-sh}/bin:${pkgs.xdg-utils}/bin:${pkgs.curl}/bin:${pkgs.passage}/bin"
         "PASSAGE_DIR=/home/vincent/.local/share/passage"
         "PASSAGE_IDENTITIES_FILE=/home/vincent/.local/share/passage/identities"
       ];