From 1650deb7f218f4437d3707cde7c99170ad8d2185 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 14 May 2025 22:27:57 +0200 Subject: [PATCH] ltex: remove --- modules/programs/coding.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/coding.nix b/modules/programs/coding.nix index f845a1d..b6a71ae 100644 --- a/modules/programs/coding.nix +++ b/modules/programs/coding.nix @@ -178,7 +178,6 @@ in { default = with pkgs; [ typst tinymist - ltex-ls ]; example = []; type = with lib.types; listOf package;