Commit af47c5b
Changed files (2)
home
base
tui
editors
helix
home/base/tui/editors/helix/languages.nix
@@ -8,7 +8,7 @@
tab-width = 2;
unit = " ";
};
- formatter = {command = "alejandra";};
+ language-servers = ["nil"];
}
{
name = "typst";
@@ -20,5 +20,18 @@
formatter = {command = "typstyle";};
}
];
+ language-server = {
+ nil.config = {
+ formatting.command = "alejandra";
+ nix = {
+ maxMemoryMB = 4096;
+ flake = {
+ autoArchive = false;
+ autoEvalInputs = true;
+ };
+ };
+ };
+
+ };
};
}
home/base/tui/zellij.nix
@@ -10,6 +10,7 @@ in {
settings = {
show_startup_tips = false;
show_release_notes = false;
+ default_shell = "nu";
};
};