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 ]; }