From b50d6077b608a292d705613ab337288c8b560444 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 23 May 2026 10:27:35 -0400 Subject: [PATCH] imako-- --- modules/home/services/obsidian.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/services/obsidian.nix b/modules/home/services/obsidian.nix index 095e13d..69e4fa9 100644 --- a/modules/home/services/obsidian.nix +++ b/modules/home/services/obsidian.nix @@ -22,7 +22,7 @@ in }; services.imako = { - enable = true; + enable = false; package = inputs.imako.packages.${pkgs.stdenv.hostPlatform.system}.default; vaultDir = myVault; port = 7002;