1776604546

This commit is contained in:
2026-04-19 16:15:46 +03:00
parent 7235e1c812
commit 3478e8291b
11 changed files with 202 additions and 239 deletions
+1 -9
View File
@@ -9,14 +9,6 @@ in {
programs.helix.enable = true;
programs.helix = {
# defaultEditor = true;
package = pkgs.helix.overrideAttrs (previousAttrs: {
patches =
(previousAttrs.patches or [])
++ [
./loader.patch
./term.patch
];
});
settings = {
editor = {
@@ -120,7 +112,7 @@ in {
name = "typst";
auto-format = true;
formatter.command = getExe pkgs.typstyle;
formatter.args = ["-l" "100"];
formatter.args = ["-l" "120"];
language-servers = ["tinymist"];
}
{