From 692322af16eb912cffed1a5d1d9eb52ed2151034 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Thu, 7 Aug 2025 22:45:59 -0700 Subject: [PATCH] ugh, disable nvim server for now --- configuration-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration-cross.nix b/configuration-cross.nix index 4662332..c819ba4 100644 --- a/configuration-cross.nix +++ b/configuration-cross.nix @@ -54,6 +54,7 @@ }; systemd.services.nvim-server = { + enable = false; wantedBy = [ "multi-user.target" ]; description = "Neovim Server"; script = ''