From 475a633ab7c0faae4ec057f267adedf566ad2376 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Mon, 26 Jan 2026 17:10:42 -0800 Subject: [PATCH] feat(base): add watch to base role packages --- home/roles/base/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/roles/base/default.nix b/home/roles/base/default.nix index 5ec69b9..051f71e 100644 --- a/home/roles/base/default.nix +++ b/home/roles/base/default.nix @@ -22,6 +22,7 @@ in shellcheck tmux tree + watch ]; # Automatic garbage collection for user profile (home-manager generations).