Commit af47c5b

HPCesia <me@hpcesia.com>
2025-06-10 14:52:58
feat(app): update zellij config
1 parent 60daf57
Changed files (2)
home
base
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";
     };
   };