From aaf1c89b27ef4a1d411b674d8949060fdbd66429 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 22 Apr 2024 20:16:12 +0300 Subject: [PATCH] add fswatch --- modules/home/packages/dev/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/packages/dev/default.nix b/modules/home/packages/dev/default.nix index 5f3efbb..efdd563 100644 --- a/modules/home/packages/dev/default.nix +++ b/modules/home/packages/dev/default.nix @@ -4,5 +4,6 @@ openssh procs ripgrep + fswatch ]; }