From 910738302d65a63c5226c30a709c2b09fd9eef29 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sun, 6 Jul 2025 17:19:25 +0530 Subject: [PATCH] fix: Disable command-runner --- home/services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/services/default.nix b/home/services/default.nix index a3868f1b..7a57abc4 100644 --- a/home/services/default.nix +++ b/home/services/default.nix @@ -1,6 +1,6 @@ {...}: { imports = [ # ./syncthing.nix - ./command-runner.nix + # ./command-runner.nix ]; }